Title: [208222] trunk/Source/WebCore
Revision
208222
Author
csaave...@igalia.com
Date
2016-11-01 07:27:57 -0700 (Tue, 01 Nov 2016)

Log Message

Add missing inline include to JSDeviceMotionEventCustom
https://bugs.webkit.org/show_bug.cgi?id=164269

Reviewed by Michael Catanzaro.

Inlined JSObject functions are used through JSObject::get() get here,
so this fixes the build with -fvisibility-inlines-hidden.

* bindings/js/JSDeviceMotionEventCustom.cpp: Include JSObjectInlines.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208221 => 208222)


--- trunk/Source/WebCore/ChangeLog	2016-11-01 13:48:42 UTC (rev 208221)
+++ trunk/Source/WebCore/ChangeLog	2016-11-01 14:27:57 UTC (rev 208222)
@@ -1,3 +1,15 @@
+2016-11-01  Claudio Saavedra  <csaave...@igalia.com>
+
+        Add missing inline include to JSDeviceMotionEventCustom
+        https://bugs.webkit.org/show_bug.cgi?id=164269
+
+        Reviewed by Michael Catanzaro.
+
+        Inlined JSObject functions are used through JSObject::get() get here,
+        so this fixes the build with -fvisibility-inlines-hidden.
+
+        * bindings/js/JSDeviceMotionEventCustom.cpp: Include JSObjectInlines.h
+
 2016-11-01  Fujii Hironori  <hironori.fu...@sony.com>
 
         [CMake] generate-bindings-all.pl uses USES_TERMINAL which leaves a noisy line in interactive Ninja build

Modified: trunk/Source/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp (208221 => 208222)


--- trunk/Source/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp	2016-11-01 13:48:42 UTC (rev 208221)
+++ trunk/Source/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp	2016-11-01 14:27:57 UTC (rev 208222)
@@ -35,6 +35,7 @@
 #include <runtime/AuxiliaryBarrierInlines.h>
 #include <runtime/IdentifierInlines.h>
 #include <runtime/JSCJSValueInlines.h>
+#include <runtime/JSObjectInlines.h>
 #include <runtime/ObjectConstructor.h>
 #include <runtime/StructureInlines.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to