Title: [158345] trunk/Source/WebCore
Revision
158345
Author
a...@apple.com
Date
2013-10-30 22:37:06 -0700 (Wed, 30 Oct 2013)

Log Message

[Gtk] Build is failing after r158317
https://bugs.webkit.org/show_bug.cgi?id=123544

Use a correct style for JSC includes.

* ForwardingHeaders/runtime/JSPromise.h: Added.
* ForwardingHeaders/runtime/JSPromiseResolver.h: Added.
* bindings/js/JSDOMPromise.h:

Modified Paths

Added Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (158344 => 158345)


--- trunk/Source/WebCore/ChangeLog	2013-10-31 05:02:03 UTC (rev 158344)
+++ trunk/Source/WebCore/ChangeLog	2013-10-31 05:37:06 UTC (rev 158345)
@@ -1,3 +1,14 @@
+2013-10-30  Alexey Proskuryakov  <a...@apple.com>
+
+        [Gtk] Build is failing after r158317
+        https://bugs.webkit.org/show_bug.cgi?id=123544
+
+        Use a correct style for JSC includes.
+
+        * ForwardingHeaders/runtime/JSPromise.h: Added.
+        * ForwardingHeaders/runtime/JSPromiseResolver.h: Added.
+        * bindings/js/JSDOMPromise.h:
+
 2013-10-30  Andreas Kling  <akl...@apple.com>
 
         Replace InlineBox::destroy() with regular virtual destruction.

Added: trunk/Source/WebCore/ForwardingHeaders/runtime/JSPromise.h (0 => 158345)


--- trunk/Source/WebCore/ForwardingHeaders/runtime/JSPromise.h	                        (rev 0)
+++ trunk/Source/WebCore/ForwardingHeaders/runtime/JSPromise.h	2013-10-31 05:37:06 UTC (rev 158345)
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSPromise_h
+#define WebCore_FWD_JSPromise_h
+#include <_javascript_Core/JSPromise.h>
+#endif
Property changes on: trunk/Source/WebCore/ForwardingHeaders/runtime/JSPromise.h
___________________________________________________________________

Added: svn:eol-style

Added: trunk/Source/WebCore/ForwardingHeaders/runtime/JSPromiseResolver.h (0 => 158345)


--- trunk/Source/WebCore/ForwardingHeaders/runtime/JSPromiseResolver.h	                        (rev 0)
+++ trunk/Source/WebCore/ForwardingHeaders/runtime/JSPromiseResolver.h	2013-10-31 05:37:06 UTC (rev 158345)
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSPromiseResolver_h
+#define WebCore_FWD_JSPromiseResolver_h
+#include <_javascript_Core/JSPromiseResolver.h>
+#endif
Property changes on: trunk/Source/WebCore/ForwardingHeaders/runtime/JSPromiseResolver.h
___________________________________________________________________

Added: svn:eol-style

Modified: trunk/Source/WebCore/bindings/js/JSDOMPromise.h (158344 => 158345)


--- trunk/Source/WebCore/bindings/js/JSDOMPromise.h	2013-10-31 05:02:03 UTC (rev 158344)
+++ trunk/Source/WebCore/bindings/js/JSDOMPromise.h	2013-10-31 05:37:06 UTC (rev 158345)
@@ -28,10 +28,10 @@
 
 #include "JSCryptoKey.h"
 #include "JSDOMBinding.h"
-#include <_javascript_Core/JSGlobalObject.h>
-#include <_javascript_Core/JSPromise.h>
-#include <_javascript_Core/JSPromiseResolver.h>
-#include <_javascript_Core/StrongInlines.h>
+#include <runtime/JSGlobalObject.h>
+#include <runtime/JSPromise.h>
+#include <runtime/JSPromiseResolver.h>
+#include <heap/StrongInlines.h>
 #include <wtf/Noncopyable.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to