git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
<https://webkit.org/b/120008> [GTK][ARM] javascriptcore compilation is broken
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
dfg
/
DFGDesiredWeakReferences.h
diff --git
a/Source/JavaScriptCore/dfg/DFGDesiredWeakReferences.h
b/Source/JavaScriptCore/dfg/DFGDesiredWeakReferences.h
index cecdecb56269a77eaead3cb9b531a87e8b8c99bd..981e752eaab1c5bc9e150491dfd971f428a1964a 100644
(file)
--- a/
Source/JavaScriptCore/dfg/DFGDesiredWeakReferences.h
+++ b/
Source/JavaScriptCore/dfg/DFGDesiredWeakReferences.h
@@
-28,6
+28,8
@@
#include <wtf/Vector.h>
+#if ENABLE(DFG_JIT)
+
namespace JSC {
class CodeBlock;
@@
-53,4
+55,6
@@
private:
} } // namespace JSC::DFG
+#endif // ENABLE(DFG_JIT)
+
#endif // DFGDesiredWeakReferences_h