Changeset 234019 in webkit


Ignore:
Timestamp:
Jul 19, 2018 7:24:20 PM (6 years ago)
Author:
Fujii Hironori
Message:

Move WebFrameListenerProxy to WebFramePolicyListenerProxy, its only subclass
https://bugs.webkit.org/show_bug.cgi?id=187825
<rdar://problem/42405081>

Unreviewed build fix for Windows port.

RefPtr.h(45): error C2027: use of undefined type 'API::Navigation'

  • UIProcess/win/WebInspectorProxyWin.cpp: Include "APINavigation.h".
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r234009 r234019  
     12018-07-19  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        Move WebFrameListenerProxy to WebFramePolicyListenerProxy, its only subclass
     4        https://bugs.webkit.org/show_bug.cgi?id=187825
     5        <rdar://problem/42405081>
     6
     7        Unreviewed build fix for Windows port.
     8
     9        RefPtr.h(45): error C2027: use of undefined type 'API::Navigation'
     10
     11        * UIProcess/win/WebInspectorProxyWin.cpp: Include "APINavigation.h".
     12
    1132018-07-19  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit/UIProcess/win/WebInspectorProxyWin.cpp

    r233691 r234019  
    2828#include "WebInspectorProxy.h"
    2929
     30#include "APINavigation.h"
    3031#include "APINavigationAction.h"
    3132#include "APIPageConfiguration.h"
Note: See TracChangeset for help on using the changeset viewer.