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
Fix build by adding all (hopefully) the missing includes.
[WebKit-https.git]
/
JavaScriptCore
/
kjs
/
NativeErrorConstructor.cpp
diff --git
a/JavaScriptCore/kjs/NativeErrorConstructor.cpp
b/JavaScriptCore/kjs/NativeErrorConstructor.cpp
index
bde6f09
..
03d6cb2
100644
(file)
--- a/
JavaScriptCore/kjs/NativeErrorConstructor.cpp
+++ b/
JavaScriptCore/kjs/NativeErrorConstructor.cpp
@@
-23,6
+23,7
@@
#include "ErrorInstance.h"
#include "FunctionPrototype.h"
+#include "JSFunction.h"
#include "NativeErrorPrototype.h"
namespace KJS {