Commit 1ce8cf5a authored by aroben@apple.com's avatar aroben@apple.com

Make it possible to instantiate WebSerializedJSValue using WebKitCreateInstance

Reviewed by Dave Hyatt.

* ForEachCoClass.h:
* WebKitClassFactory.cpp:
Added WebSerializedJSValue.

git-svn-id: svn://svn.chromium.org/blink/trunk@53960 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3211f92b
2010-01-27 Adam Roben <aroben@apple.com>
Make it possible to instantiate WebSerializedJSValue using
WebKitCreateInstance
Reviewed by Dave Hyatt.
* ForEachCoClass.h:
* WebKitClassFactory.cpp:
Added WebSerializedJSValue.
2010-01-26 Steve Falkenburg <sfalken@apple.com> 2010-01-26 Steve Falkenburg <sfalken@apple.com>
Reviewed by Oliver Hunt. Reviewed by Oliver Hunt.
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
macro(WebWorkersPrivate) \ macro(WebWorkersPrivate) \
macro(WebScriptWorld) \ macro(WebScriptWorld) \
macro(WebGeolocationPosition) \ macro(WebGeolocationPosition) \
macro(WebSerializedJSValue) \
// end of macro // end of macro
// Everything below this point is deprecated. Please do not use. // Everything below this point is deprecated. Please do not use.
......
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
#include "WebPreferences.h" #include "WebPreferences.h"
#include "WebScriptWorld.h" #include "WebScriptWorld.h"
#include "WebScrollBar.h" #include "WebScrollBar.h"
#include "WebSerializedJSValue.h"
#include "WebTextRenderer.h" #include "WebTextRenderer.h"
#include "WebURLCredential.h" #include "WebURLCredential.h"
#include "WebURLProtectionSpace.h" #include "WebURLProtectionSpace.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment