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

Changeset 176492 in webkit


Ignore:
Timestamp:
Nov 21, 2014, 5:43:07 PM (12 years ago)
Author:
Chris Dumez
Message:

Unreviewed, iOS build fix after r176462.

Source/WebCore:

Export a few extra symbols.

  • WebCore.exp.in:

Source/WebKit2:

Fix include path to TextIndicator.h to include WebCore/
as it was moved.

  • UIProcess/ios/PageClientImplIOS.mm:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r176491 r176492  
     12014-11-21  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, iOS build fix after r176462.
     4
     5        Export a few extra symbols.
     6
     7        * WebCore.exp.in:
     8
    192014-11-21  Chris Dumez  <cdumez@apple.com>
    210
  • trunk/Source/WebCore/WebCore.exp.in

    r176473 r176492  
    336336__ZN7WebCore13StyledElement22setInlineStylePropertyENS_13CSSPropertyIDERKN3WTF6StringEb
    337337__ZN7WebCore13StyledElement22setInlineStylePropertyENS_13CSSPropertyIDEdNS_17CSSPrimitiveValue9UnitTypesEb
     338__ZN7WebCore13TextIndicator6createERKNS_17TextIndicatorDataE
     339__ZN7WebCore13TextIndicatorD1Ev
    338340__ZN7WebCore13cachedCGColorERKNS_5ColorENS_10ColorSpaceE
    339341__ZN7WebCore13cookiesForDOMERKNS_21NetworkStorageSessionERKNS_3URLES5_
  • trunk/Source/WebKit2/ChangeLog

    r176489 r176492  
     12014-11-21  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, iOS build fix after r176462.
     4
     5        Fix include path to TextIndicator.h to include WebCore/
     6        as it was moved.
     7
     8        * UIProcess/ios/PageClientImplIOS.mm:
     9
    1102014-11-21  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebKit2/UIProcess/ios/PageClientImplIOS.mm

    r176363 r176492  
    3535#import "NativeWebKeyboardEvent.h"
    3636#import "NavigationState.h"
    37 #import "TextIndicator.h"
    3837#import "ViewSnapshotStore.h"
    3938#import "WKContentView.h"
     
    5352#import <WebCore/PlatformScreen.h>
    5453#import <WebCore/SharedBuffer.h>
     54#import <WebCore/TextIndicator.h>
    5555
    5656#define MESSAGE_CHECK(assertion) MESSAGE_CHECK_BASE(assertion, m_webView->_page->process().connection())
Note: See TracChangeset for help on using the changeset viewer.