Title: [118660] trunk/Source/WebKit/chromium
Revision
118660
Author
[email protected]
Date
2012-05-28 02:14:52 -0700 (Mon, 28 May 2012)

Log Message

Unreviewed Mac Chromium build fix.

* src/FrameLoaderClientImpl.cpp:
(WebKit::FrameLoaderClientImpl::allowStyleScoped):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (118659 => 118660)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-05-28 09:14:38 UTC (rev 118659)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-05-28 09:14:52 UTC (rev 118660)
@@ -1,3 +1,10 @@
+2012-05-28  MORITA Hajime <[email protected]>
+
+        Unreviewed Mac Chromium build fix.
+
+        * src/FrameLoaderClientImpl.cpp:
+        (WebKit::FrameLoaderClientImpl::allowStyleScoped):
+
 2012-05-28  MORITA Hajime  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=87609

Modified: trunk/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp (118659 => 118660)


--- trunk/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp	2012-05-28 09:14:38 UTC (rev 118659)
+++ trunk/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp	2012-05-28 09:14:52 UTC (rev 118660)
@@ -248,7 +248,7 @@
     return enabledAsRuntimeFeature;
 }
 
-bool FrameLoaderClientImpl::allowStyleScoped(bool enabledAsRuntimeFeature) OVERRIDE
+bool FrameLoaderClientImpl::allowStyleScoped(bool enabledAsRuntimeFeature)
 {
     WebViewImpl* webview = m_webFrame->viewImpl();
     if (webview && webview->permissionClient())
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to