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
/
StringPrototype.cpp
diff --git
a/JavaScriptCore/kjs/StringPrototype.cpp
b/JavaScriptCore/kjs/StringPrototype.cpp
index
27a6cc1
..
5020557
100644
(file)
--- a/
JavaScriptCore/kjs/StringPrototype.cpp
+++ b/
JavaScriptCore/kjs/StringPrototype.cpp
@@
-22,6
+22,7
@@
#include "StringPrototype.h"
#include "JSArray.h"
+#include "JSFunction.h"
#include "ObjectPrototype.h"
#include "PropertyNameArray.h"
#include "RegExpConstructor.h"