Title: [102529] trunk/Source/WebCore
Revision
102529
Author
[email protected]
Date
2011-12-10 13:48:30 -0800 (Sat, 10 Dec 2011)

Log Message

Mac build fix. Remove an erroneous OVERRIDE.

* editing/CompositeEditCommand.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102528 => 102529)


--- trunk/Source/WebCore/ChangeLog	2011-12-10 21:40:14 UTC (rev 102528)
+++ trunk/Source/WebCore/ChangeLog	2011-12-10 21:48:30 UTC (rev 102529)
@@ -1,3 +1,9 @@
+2011-12-10  Ryosuke Niwa  <[email protected]>
+
+        Mac build fix. Remove an erroneous OVERRIDE.
+
+        * editing/CompositeEditCommand.h:
+
 2011-12-09  Robert Hogan  <[email protected]>
 
         CSS 2.1 failure: numerous counter-increment-* tests fail

Modified: trunk/Source/WebCore/editing/CompositeEditCommand.h (102528 => 102529)


--- trunk/Source/WebCore/editing/CompositeEditCommand.h	2011-12-10 21:40:14 UTC (rev 102528)
+++ trunk/Source/WebCore/editing/CompositeEditCommand.h	2011-12-10 21:48:30 UTC (rev 102529)
@@ -47,7 +47,7 @@
     void append(SimpleEditCommand*);
 
 #ifndef NDEBUG
-    virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE;
+    virtual void getNodesInCommand(HashSet<Node*>&);
 #endif
 
 private:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to