Title: [117574] trunk/Source/WebCore
Revision
117574
Author
[email protected]
Date
2012-05-18 03:35:56 -0700 (Fri, 18 May 2012)

Log Message

Unreviewed attempt to fix build breakage on r117572

* editing/Editor.cpp:
(WebCore::Editor::willDetachPage):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (117573 => 117574)


--- trunk/Source/WebCore/ChangeLog	2012-05-18 10:30:10 UTC (rev 117573)
+++ trunk/Source/WebCore/ChangeLog	2012-05-18 10:35:56 UTC (rev 117574)
@@ -1,3 +1,10 @@
+2012-05-18  MORITA Hajime <[email protected]>
+
+        Unreviewed attempt to fix build breakage on r117572
+
+        * editing/Editor.cpp:
+        (WebCore::Editor::willDetachPage):
+
 2012-05-18  MORITA Hajime  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=85515

Modified: trunk/Source/WebCore/editing/Editor.cpp (117573 => 117574)


--- trunk/Source/WebCore/editing/Editor.cpp	2012-05-18 10:30:10 UTC (rev 117573)
+++ trunk/Source/WebCore/editing/Editor.cpp	2012-05-18 10:35:56 UTC (rev 117574)
@@ -3057,7 +3057,7 @@
     return WebCore::unifiedTextCheckerEnabled(m_frame);
 }
 
-void Editor::willDetachPage() OVERRIDE
+void Editor::willDetachPage()
 {
     if (EditorClient* editorClient = client())
         editorClient->frameWillDetachPage(frame());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to