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

Unified Diff: webkit/port/bindings/v8/V8NPUtils.cpp

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/V8NPObject.cpp ('k') | webkit/port/bindings/v8/V8SVGPODTypeWrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/bindings/v8/V8NPUtils.cpp
===================================================================
--- webkit/port/bindings/v8/V8NPUtils.cpp (revision 19426)
+++ webkit/port/bindings/v8/V8NPUtils.cpp (working copy)
@@ -39,7 +39,7 @@
#include "npruntime_priv.h"
#include "NPV8Object.h"
#include "V8NPObject.h"
-#include "v8_proxy.h"
+#include "V8Proxy.h"
void convertV8ObjectToNPVariant(v8::Local<v8::Value> object, NPObject *owner, NPVariant* result)
{
« no previous file with comments | « webkit/port/bindings/v8/V8NPObject.cpp ('k') | webkit/port/bindings/v8/V8SVGPODTypeWrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698