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
Unreviewed, fix CLOOP build.
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
jit
/
JITOperations.h
diff --git
a/Source/JavaScriptCore/jit/JITOperations.h
b/Source/JavaScriptCore/jit/JITOperations.h
index
8cbe0e4
..
4bb6353
100644
(file)
--- a/
Source/JavaScriptCore/jit/JITOperations.h
+++ b/
Source/JavaScriptCore/jit/JITOperations.h
@@
-382,6
+382,10
@@
void JIT_OPERATION operationProcessTypeProfilerLog(ExecState*) WTF_INTERNAL;
} // namespace JSC
+#else // ENABLE(JIT)
+
+#define JIT_OPERATION
+
#endif // ENABLE(JIT)
#endif // JITOperations_h