⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 118660 in webkit


Ignore:
Timestamp:
May 28, 2012, 2:14:52 AM (14 years ago)
Author:
morrita@google.com
Message:

Unreviewed Mac Chromium build fix.

  • src/FrameLoaderClientImpl.cpp:

(WebKit::FrameLoaderClientImpl::allowStyleScoped):

Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r118653 r118660  
     12012-05-28  MORITA Hajime <morrita@google.com>
     2
     3        Unreviewed Mac Chromium build fix.
     4
     5        * src/FrameLoaderClientImpl.cpp:
     6        (WebKit::FrameLoaderClientImpl::allowStyleScoped):
     7
    182012-05-28  MORITA Hajime  <morrita@google.com>
    29
  • trunk/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp

    r118653 r118660  
    249249}
    250250
    251 bool FrameLoaderClientImpl::allowStyleScoped(bool enabledAsRuntimeFeature) OVERRIDE
     251bool FrameLoaderClientImpl::allowStyleScoped(bool enabledAsRuntimeFeature)
    252252{
    253253    WebViewImpl* webview = m_webFrame->viewImpl();
Note: See TracChangeset for help on using the changeset viewer.