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

Unified Diff: content/renderer/chrome_object_extensions_utils.h

Issue 1113783002: Use Local instead of Handle in src/content/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « content/public/test/render_view_test.cc ('k') | content/renderer/chrome_object_extensions_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/chrome_object_extensions_utils.h
diff --git a/content/renderer/chrome_object_extensions_utils.h b/content/renderer/chrome_object_extensions_utils.h
index 1048616d79c9c1cc484aab579ea8aea3008ef751..b21c6575d7a377bf6d836c216f7df15b4860bffa 100644
--- a/content/renderer/chrome_object_extensions_utils.h
+++ b/content/renderer/chrome_object_extensions_utils.h
@@ -9,8 +9,8 @@
namespace content {
-v8::Handle<v8::Object> GetOrCreateChromeObject(
- v8::Isolate* isolate, v8::Handle<v8::Object> global);
+v8::Local<v8::Object> GetOrCreateChromeObject(
+ v8::Isolate* isolate, v8::Local<v8::Object> global);
} // namespace content
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/renderer/chrome_object_extensions_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698