Title: [117578] trunk/Source/WebKit2
Revision
117578
Author
[email protected]
Date
2012-05-18 04:28:02 -0700 (Fri, 18 May 2012)

Log Message

Yet another unreviewed build fix on r117572, this time for wk2...

* WebProcess/WebCoreSupport/WebEditorClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (117577 => 117578)


--- trunk/Source/WebKit2/ChangeLog	2012-05-18 11:20:17 UTC (rev 117577)
+++ trunk/Source/WebKit2/ChangeLog	2012-05-18 11:28:02 UTC (rev 117578)
@@ -1,3 +1,9 @@
+2012-05-18  MORITA Hajime  <[email protected]>
+
+        Yet another unreviewed build fix on r117572, this time for wk2...
+
+        * WebProcess/WebCoreSupport/WebEditorClient.h:
+
 2012-05-17  Philippe Normand  <[email protected]>
 
         Unreviewed, WebKit2 GTK/Qt build fix attempt after r117516.

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.h (117577 => 117578)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.h	2012-05-18 11:20:17 UTC (rev 117577)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.h	2012-05-18 11:28:02 UTC (rev 117578)
@@ -42,6 +42,7 @@
 
 private:
     virtual void pageDestroyed() OVERRIDE;
+    virtual void frameWillDetachPage(WebCore::Frame*) OVERRIDE { }
 
     virtual bool shouldDeleteRange(WebCore::Range*) OVERRIDE;
     virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*) OVERRIDE;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to