Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: webkit/port/bindings/v8/V8SVGPODTypeWrapper.h

Issue 149086: Use upstream V8Proxy and V8Utilities (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/port/bindings/v8/V8NPUtils.cpp ('k') | webkit/port/bindings/v8/v8_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/bindings/v8/V8SVGPODTypeWrapper.h
===================================================================
--- webkit/port/bindings/v8/V8SVGPODTypeWrapper.h (revision 19426)
+++ webkit/port/bindings/v8/V8SVGPODTypeWrapper.h (working copy)
@@ -36,7 +36,7 @@
#include <wtf/Assertions.h>
#include <wtf/RefCounted.h>
#include <wtf/HashMap.h>
-#include "v8_proxy.h"
+#include "V8Proxy.h"
namespace WebCore {
@@ -370,7 +370,7 @@
P V8SVGPODTypeUtil::ToSVGPODType(V8ClassIndex::V8WrapperType type,
v8::Handle<v8::Value> object,
bool& ok) {
- void *wrapper = V8Proxy::ToSVGPODTypeImpl(type, object);
+ void *wrapper = V8Proxy::convertToSVGPODTypeImpl(type, object);
if (wrapper == NULL) {
ok = false;
return P();
« no previous file with comments | « webkit/port/bindings/v8/V8NPUtils.cpp ('k') | webkit/port/bindings/v8/v8_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698