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

Unified Diff: webkit/glue/webframe_impl.cc

Issue 115417: ScriptController.* needs to be reformatted into WebKit style.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « no previous file | webkit/port/bindings/v8/ScriptController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframe_impl.cc
===================================================================
--- webkit/glue/webframe_impl.cc (revision 16307)
+++ webkit/glue/webframe_impl.cc (working copy)
@@ -793,7 +793,7 @@
String key = webkit_glue::StdWStringToString(name);
#if USE(V8)
- frame_->script()->BindToWindowObject(frame_, key, object);
+ frame_->script()->bindToWindowObject(frame_, key, object);
#endif
#if USE(JSC)
« no previous file with comments | « no previous file | webkit/port/bindings/v8/ScriptController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698