Title: [161723] trunk/Source/WebCore
Revision
161723
Author
[email protected]
Date
2014-01-10 20:13:18 -0800 (Fri, 10 Jan 2014)

Log Message

Fix JSDOMWindowBase.o for iOS. Unreviewed build fix.

Add missing iOS method declarations.

* bindings/js/JSDOMWindowBase.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161722 => 161723)


--- trunk/Source/WebCore/ChangeLog	2014-01-11 04:06:17 UTC (rev 161722)
+++ trunk/Source/WebCore/ChangeLog	2014-01-11 04:13:18 UTC (rev 161723)
@@ -1,5 +1,13 @@
 2014-01-10  Joseph Pecoraro  <[email protected]>
 
+        Fix JSDOMWindowBase.o for iOS. Unreviewed build fix.
+
+        Add missing iOS method declarations.
+
+        * bindings/js/JSDOMWindowBase.h:
+
+2014-01-10  Joseph Pecoraro  <[email protected]>
+
         Fix InputType.o for iOS. Unreviewed build fix.
 
         The RuntimeEnabledFeatures function pointer type should have a

Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowBase.h (161722 => 161723)


--- trunk/Source/WebCore/bindings/js/JSDOMWindowBase.h	2014-01-11 04:06:17 UTC (rev 161722)
+++ trunk/Source/WebCore/bindings/js/JSDOMWindowBase.h	2014-01-11 04:13:18 UTC (rev 161723)
@@ -72,6 +72,10 @@
         JSDOMWindowShell* shell() const;
 
         static JSC::VM* commonVM();
+#if PLATFORM(IOS)
+        static bool commonVMExists();
+        static JSC::VM*& commonVMInternal();
+#endif
 
     private:
         RefPtr<DOMWindow> m_impl;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to