Title: [173576] trunk/Source/_javascript_Core
Revision
173576
Author
[email protected]
Date
2014-09-12 14:08:04 -0700 (Fri, 12 Sep 2014)

Log Message

Unreviewed build fix for CLOOP build.

* runtime/JSCallee.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (173575 => 173576)


--- trunk/Source/_javascript_Core/ChangeLog	2014-09-12 21:07:41 UTC (rev 173575)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-09-12 21:08:04 UTC (rev 173576)
@@ -1,3 +1,9 @@
+2014-09-12  Mark Lam  <[email protected]>
+
+        Unreviewed build fix for CLOOP build.
+
+        * runtime/JSCallee.h:
+
 2014-09-12  Michael Saboff  <[email protected]>
 
         Remove unneeded declarations from JSCallee.h

Modified: trunk/Source/_javascript_Core/runtime/JSCallee.h (173575 => 173576)


--- trunk/Source/_javascript_Core/runtime/JSCallee.h	2014-09-12 21:07:41 UTC (rev 173575)
+++ trunk/Source/_javascript_Core/runtime/JSCallee.h	2014-09-12 21:08:04 UTC (rev 173576)
@@ -37,8 +37,10 @@
 
 class JSCallee : public JSDestructibleObject {
     friend class JIT;
+#if ENABLE(DFG_JIT)
     friend class DFG::SpeculativeJIT;
     friend class DFG::JITCompiler;
+#endif
     friend class VM;
 
 public:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to