Changeset 176715 in webkit
- Timestamp:
- Dec 3, 2014, 3:12:02 AM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
bindings/js/JSDeviceMotionEventCustom.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r176714 r176715 1 2014-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 1 15 2014-12-02 Dean Jackson <dino@apple.com> 2 16 -
trunk/Source/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp
r170193 r176715 32 32 #include "DeviceMotionData.h" 33 33 #include "DeviceMotionEvent.h" 34 #include <runtime/IdentifierInlines.h> 34 35 #include <runtime/JSCJSValueInlines.h> 35 36 #include <runtime/ObjectConstructor.h>
Note:
See TracChangeset
for help on using the changeset viewer.