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

Unified Diff: webkit/glue/webdevtoolsagent_impl.cc

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/glue/npruntime_util.cc ('k') | webkit/glue/webdevtoolsclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webdevtoolsagent_impl.cc
===================================================================
--- webkit/glue/webdevtoolsagent_impl.cc (revision 19426)
+++ webkit/glue/webdevtoolsagent_impl.cc (working copy)
@@ -17,11 +17,11 @@
#include "ScriptObject.h"
#include "ScriptState.h"
#include "ScriptValue.h"
-#include "v8_proxy.h"
+#include "V8Binding.h"
+#include "V8Proxy.h"
#include <wtf/OwnPtr.h>
#undef LOG
-#include "V8Binding.h"
#include "base/values.h"
#include "webkit/api/public/WebDataSource.h"
#include "webkit/api/public/WebURL.h"
@@ -317,7 +317,7 @@
WebDevToolsAgentImpl* agent = static_cast<WebDevToolsAgentImpl*>(
v8::External::Cast(*args.Data())->Value());
Node* node = agent->dom_agent_impl_->GetNodeForId(node_id);
- return V8Proxy::ToV8Object(V8ClassIndex::NODE, node);
+ return V8Proxy::convertToV8Object(V8ClassIndex::NODE, node);
}
// static
« no previous file with comments | « webkit/glue/npruntime_util.cc ('k') | webkit/glue/webdevtoolsclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698