Title: [176932] trunk/Source/_javascript_Core
Revision
176932
Author
[email protected]
Date
2014-12-07 14:25:01 -0800 (Sun, 07 Dec 2014)

Log Message

Remove the unused WTF_USE_GCC_COMPUTED_GOTO_WORKAROUND after r129453.
https://bugs.webkit.org/show_bug.cgi?id=139373

Reviewed by Sam Weinig.

* interpreter/Interpreter.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (176931 => 176932)


--- trunk/Source/_javascript_Core/ChangeLog	2014-12-07 22:00:59 UTC (rev 176931)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-12-07 22:25:01 UTC (rev 176932)
@@ -1,3 +1,12 @@
+2014-12-07  Csaba Osztrogonác  <[email protected]>
+
+        Remove the unused WTF_USE_GCC_COMPUTED_GOTO_WORKAROUND after r129453.
+        https://bugs.webkit.org/show_bug.cgi?id=139373
+
+        Reviewed by Sam Weinig.
+
+        * interpreter/Interpreter.cpp:
+
 2014-12-06  Anders Carlsson  <[email protected]>
 
         Fix build with newer versions of clang.

Modified: trunk/Source/_javascript_Core/interpreter/Interpreter.cpp (176931 => 176932)


--- trunk/Source/_javascript_Core/interpreter/Interpreter.cpp	2014-12-07 22:00:59 UTC (rev 176931)
+++ trunk/Source/_javascript_Core/interpreter/Interpreter.cpp	2014-12-07 22:25:01 UTC (rev 176932)
@@ -83,8 +83,6 @@
 #include "JIT.h"
 #endif
 
-#define WTF_USE_GCC_COMPUTED_GOTO_WORKAROUND (!defined(__llvm__))
-
 using namespace std;
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to