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

Changeset 176715 in webkit


Ignore:
Timestamp:
Dec 3, 2014, 3:12:02 AM (12 years ago)
Author:
ddkilzer@apple.com
Message:

[iOS] REGRESSION (r176622): WebCore fails to link

Speculative fix for the following build failure:

Ld WebCore
Undefined symbols for architecture armv7s:

"ZN3JSC10IdentifierC1EPNS_9ExecStateERKN3WTF12AtomicStringE", referenced from:

ZN7WebCoreL24createAccelerationObjectEPKNS_16DeviceMotionData12AccelerationEPN3JSC9ExecStateE in JSDeviceMotionEventCustom.o

  • bindings/js/JSDeviceMotionEventCustom.cpp: Include

<runtime/IdentifierInlines.h> to define missing symbol.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r176714 r176715  
     12014-12-03  David Kilzer  <ddkilzer@apple.com>
     2
     3        [iOS] REGRESSION (r176622): WebCore fails to link
     4
     5        Speculative fix for the following build failure:
     6
     7            Ld WebCore
     8            Undefined symbols for architecture armv7s:
     9              "__ZN3JSC10IdentifierC1EPNS_9ExecStateERKN3WTF12AtomicStringE", referenced from:
     10                  __ZN7WebCoreL24createAccelerationObjectEPKNS_16DeviceMotionData12AccelerationEPN3JSC9ExecStateE in JSDeviceMotionEventCustom.o
     11
     12        * bindings/js/JSDeviceMotionEventCustom.cpp: Include
     13        <runtime/IdentifierInlines.h> to define missing symbol.
     14
    1152014-12-02  Dean Jackson  <dino@apple.com>
    216
  • trunk/Source/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp

    r170193 r176715  
    3232#include "DeviceMotionData.h"
    3333#include "DeviceMotionEvent.h"
     34#include <runtime/IdentifierInlines.h>
    3435#include <runtime/JSCJSValueInlines.h>
    3536#include <runtime/ObjectConstructor.h>
Note: See TracChangeset for help on using the changeset viewer.