Title: [149434] trunk/Source/WebCore
Revision
149434
Author
[email protected]
Date
2013-05-01 08:47:16 -0700 (Wed, 01 May 2013)

Log Message

Unreviewed trivial buildfix after r149432.

* testing/Internals.cpp:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (149433 => 149434)


--- trunk/Source/WebCore/ChangeLog	2013-05-01 14:25:07 UTC (rev 149433)
+++ trunk/Source/WebCore/ChangeLog	2013-05-01 15:47:16 UTC (rev 149434)
@@ -1,3 +1,10 @@
+2013-05-01  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed trivial buildfix after r149432.
+
+        * testing/Internals.cpp:
+        (WebCore):
+
 2013-05-01  Sergio Villar Senin  <[email protected]>
 
         Show a block cursor in overtype mode

Modified: trunk/Source/WebCore/testing/Internals.cpp (149433 => 149434)


--- trunk/Source/WebCore/testing/Internals.cpp	2013-05-01 14:25:07 UTC (rev 149433)
+++ trunk/Source/WebCore/testing/Internals.cpp	2013-05-01 15:47:16 UTC (rev 149434)
@@ -2295,6 +2295,7 @@
 {
     return ranges->nearest(time);
 }
+#endif
 
 PassRefPtr<ClientRect> Internals::selectionBounds(ExceptionCode& ec)
 {
@@ -2307,6 +2308,4 @@
     return ClientRect::create(document->frame()->selection()->bounds());
 }
 
-#endif
-
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to