Title: [161289] trunk/Source/WebKit2
Revision
161289
Author
[email protected]
Date
2014-01-03 15:25:46 -0800 (Fri, 03 Jan 2014)

Log Message

[WK2][CoordinatedGraphics] Removing repeated protected keyword in WebView
https://bugs.webkit.org/show_bug.cgi?id=126462

Reviewed by Simon Fraser.

* UIProcess/CoordinatedGraphics/WebView.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (161288 => 161289)


--- trunk/Source/WebKit2/ChangeLog	2014-01-03 23:19:40 UTC (rev 161288)
+++ trunk/Source/WebKit2/ChangeLog	2014-01-03 23:25:46 UTC (rev 161289)
@@ -1,3 +1,12 @@
+2014-01-03  Thiago de Barros Lacerda  <[email protected]>
+
+        [WK2][CoordinatedGraphics] Removing repeated protected keyword in WebView
+        https://bugs.webkit.org/show_bug.cgi?id=126462
+
+        Reviewed by Simon Fraser.
+
+        * UIProcess/CoordinatedGraphics/WebView.h:
+
 2014-01-03  Carlos Garcia Campos  <[email protected]>
 
         Define WebProcess::usesNetworkProcess unconditionally

Modified: trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.h (161288 => 161289)


--- trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.h	2014-01-03 23:19:40 UTC (rev 161288)
+++ trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.h	2014-01-03 23:25:46 UTC (rev 161289)
@@ -204,7 +204,6 @@
     virtual void beganExitFullScreen(const WebCore::IntRect&, const WebCore::IntRect&) OVERRIDE { }
 #endif
 
-protected:
     WebViewClient m_client;
     RefPtr<WebPageProxy> m_page;
     DefaultUndoController m_undoController;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to