Bustage fix.
https://bugs.webkit.org/show_bug.cgi?id=22373
Ports busted by addition of ScriptValue.{h,cpp}
* GNUmakefile.am:
* WebCore.pro:
* WebCoreSources.bkl:
* dom/XMLTokenizerQt.cpp:
* plugins/PluginView.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@38613
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-11-19 Darin Fisher <darin@chromium.org>
+
+ Bustage fix.
+
+ https://bugs.webkit.org/show_bug.cgi?id=22373
+ Ports busted by addition of ScriptValue.{h,cpp}
+
+ * GNUmakefile.am:
+ * WebCore.pro:
+ * WebCoreSources.bkl:
+ * dom/XMLTokenizerQt.cpp:
+ * plugins/PluginView.cpp:
+
2008-11-19 Darin Fisher <darin@chromium.org>
Reviewed by Geoff Garen.
WebCore/bindings/js/ScheduledAction.h \
WebCore/bindings/js/ScriptController.cpp \
WebCore/bindings/js/ScriptController.h \
+ WebCore/bindings/js/ScriptValue.cpp \
+ WebCore/bindings/js/ScriptValue.h \
WebCore/bindings/js/StringSourceProvider.h \
WebCore/bridge/NP_jsobject.cpp \
WebCore/bridge/NP_jsobject.h \
bindings/js/JSEventListener.cpp \
bindings/js/JSPluginElementFunctions.cpp \
bindings/js/ScriptController.cpp \
+ bindings/js/ScriptValue.cpp \
bindings/js/PausedTimeouts.cpp \
bindings/js/ScheduledAction.cpp \
bridge/NP_jsobject.cpp \
bindings/js/JSEventListener.cpp
bindings/js/JSPluginElementFunctions.cpp
bindings/js/ScriptController.cpp
+ bindings/js/ScriptValue.cpp
bindings/js/PausedTimeouts.cpp
bindings/js/ScheduledAction.cpp
</set>
#include "HTMLTokenizer.h"
#include "ScriptController.h"
#include "ScriptElement.h"
+#include "ScriptValue.h"
#include "ProcessingInstruction.h"
#include "ResourceError.h"
#include "ResourceHandle.h"
#include "PluginPackage.h"
#include "JSDOMBinding.h"
#include "ScriptController.h"
+#include "ScriptValue.h"
#include "PluginDatabase.h"
#include "PluginDebug.h"
#include "PluginMainThreadScheduler.h"
+2008-11-19 Darin Fisher <darin@chromium.org>
+
+ Bustage fix.
+
+ https://bugs.webkit.org/show_bug.cgi?id=22373
+ Ports busted by addition of ScriptValue.{h,cpp}
+
+ * webkit/webkitwebview.cpp:
+
2008-11-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Simon Hausmann.
#include "PasteboardHelper.h"
#include "PlatformKeyboardEvent.h"
#include "PlatformWheelEvent.h"
+#include "ScriptValue.h"
#include "Scrollbar.h"
#include "SubstituteData.h"
#include <wtf/GOwnPtr.h>