Not reviewed.
Fix the JavaScriptGlue build. This wouldn't show up unless one was
doing a clean build, because changes in JavaScriptCore don't cause
anything in JavaScriptGlue to get rebuilt.
* JSRun.cpp:
* JSUtils.h:
* JavaScriptGlue.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@38152
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-11-05 Cameron Zwarich <zwarich@apple.com>
+
+ Not reviewed.
+
+ Fix the JavaScriptGlue build. This wouldn't show up unless one was
+ doing a clean build, because changes in JavaScriptCore don't cause
+ anything in JavaScriptGlue to get rebuilt.
+
+ * JSRun.cpp:
+ * JSUtils.h:
+ * JavaScriptGlue.cpp:
+
2008-11-04 Cameron Zwarich <zwarich@apple.com>
Reviewed by Mark Rowe.
#include "JSRun.h"
#include "UserObjectImp.h"
+#include <JavaScriptCore/Completion.h>
#include <JavaScriptCore/SourceCode.h>
-#include <JavaScriptCore/completion.h>
JSGlueGlobalObject::JSGlueGlobalObject(PassRefPtr<StructureID> structure, JSFlags flags)
: JSGlobalObject(structure, new Data, this)
#include "JavaScriptGlue.h"
+#include <JavaScriptCore/Collector.h>
+#include <JavaScriptCore/Interpreter.h>
#include <JavaScriptCore/JSValue.h>
#include <JavaScriptCore/JSLock.h>
#include <JavaScriptCore/JSObject.h>
#include <JavaScriptCore/JSGlobalObject.h>
-#include <JavaScriptCore/interpreter.h>
-#include <JavaScriptCore/protect.h>
-#include <JavaScriptCore/collector.h>
-#include <JavaScriptCore/ustring.h>
+#include <JavaScriptCore/Protect.h>
+#include <JavaScriptCore/UString.h>
#include <wtf/RefPtr.h>
#include "JSBase.h"
#include "JSObject.h"
#include "JSRun.h"
-#include <JavaScriptCore/completion.h>
+#include <JavaScriptCore/Completion.h>
#include <JavaScriptCore/InitializeThreading.h>
static CFTypeRef sJSCFNullRef = 0;