Title: [159606] trunk/Source/WebCore
Revision
159606
Author
[email protected]
Date
2013-11-20 21:46:22 -0800 (Wed, 20 Nov 2013)

Log Message

Build fix for last commit.
https://bugs.webkit.org/show_bug.cgi?id=124634.

Not reviewed.

No new tests.

* bindings/js/JSCryptoAlgorithmBuilder.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159605 => 159606)


--- trunk/Source/WebCore/ChangeLog	2013-11-21 05:29:42 UTC (rev 159605)
+++ trunk/Source/WebCore/ChangeLog	2013-11-21 05:46:22 UTC (rev 159606)
@@ -1,5 +1,16 @@
 2013-11-20  Mark Lam  <[email protected]>
 
+        Build fix for last commit.
+        https://bugs.webkit.org/show_bug.cgi?id=124634.
+
+        Not reviewed.
+
+        No new tests.
+
+        * bindings/js/JSCryptoAlgorithmBuilder.cpp:
+
+2013-11-20  Mark Lam  <[email protected]>
+
         Introducing VMEntryScope to update the VM stack limit.
         https://bugs.webkit.org/show_bug.cgi?id=124634.
 

Modified: trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.cpp (159605 => 159606)


--- trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.cpp	2013-11-21 05:29:42 UTC (rev 159605)
+++ trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.cpp	2013-11-21 05:46:22 UTC (rev 159606)
@@ -32,6 +32,7 @@
 #include <runtime/Operations.h>
 #include <runtime/TypedArrays.h>
 #include <runtime/TypedArrayInlines.h>
+#include <runtime/VMEntryScope.h>
 
 using namespace JSC;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to