Title: [205567] trunk/Source/_javascript_Core
Revision
205567
Author
commit-qu...@webkit.org
Date
2016-09-07 14:17:27 -0700 (Wed, 07 Sep 2016)

Log Message

[JSC] Remove a couple of useless forward declaration
https://bugs.webkit.org/show_bug.cgi?id=161676

Patch by Benjamin Poulain <bpoul...@apple.com> on 2016-09-07
Reviewed by Mark Lam.

JITMathICForwards.h should take care of declarating the Math ICs.

* bytecode/CodeBlock.h:
* jit/JITOperations.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (205566 => 205567)


--- trunk/Source/_javascript_Core/ChangeLog	2016-09-07 20:21:46 UTC (rev 205566)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-09-07 21:17:27 UTC (rev 205567)
@@ -1,3 +1,15 @@
+2016-09-07  Benjamin Poulain  <bpoul...@apple.com>
+
+        [JSC] Remove a couple of useless forward declaration
+        https://bugs.webkit.org/show_bug.cgi?id=161676
+
+        Reviewed by Mark Lam.
+
+        JITMathICForwards.h should take care of declarating the Math ICs.
+
+        * bytecode/CodeBlock.h:
+        * jit/JITOperations.h:
+
 2016-09-07  Filip Pizlo  <fpi...@apple.com>
 
         Make emitAllocateWithNonNullAllocator's sub32() disallow-scratch-friendly

Modified: trunk/Source/_javascript_Core/bytecode/CodeBlock.h (205566 => 205567)


--- trunk/Source/_javascript_Core/bytecode/CodeBlock.h	2016-09-07 20:21:46 UTC (rev 205566)
+++ trunk/Source/_javascript_Core/bytecode/CodeBlock.h	2016-09-07 21:17:27 UTC (rev 205567)
@@ -80,7 +80,6 @@
 
 class BytecodeLivenessAnalysis;
 class ExecState;
-class JITAddGenerator;
 class JSModuleEnvironment;
 class LLIntOffsetsExtractor;
 class PCToCodeOriginMap;

Modified: trunk/Source/_javascript_Core/jit/JITOperations.h (205566 => 205567)


--- trunk/Source/_javascript_Core/jit/JITOperations.h	2016-09-07 20:21:46 UTC (rev 205566)
+++ trunk/Source/_javascript_Core/jit/JITOperations.h	2016-09-07 21:17:27 UTC (rev 205567)
@@ -46,7 +46,6 @@
 class CallLinkInfo;
 class CodeBlock;
 class ExecState;
-class JITAddGenerator;
 class JSArray;
 class JSCell;
 class JSFunction;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to