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

Unified Diff: Source/core/loader/EmptyClients.h

Issue 1107393003: Replace Handle with Local in Source/* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « Source/core/inspector/InjectedScriptNative.cpp ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 900aa35290a9d95b0307b371d930d7b4178de899..2468785800c56bb8b4559d651c3e9dd2c081d6ef 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -231,8 +231,8 @@ public:
virtual void dispatchDidClearWindowObjectInMainWorld() override { }
virtual void documentElementAvailable() override { }
- virtual void didCreateScriptContext(v8::Handle<v8::Context>, int extensionGroup, int worldId) override { }
- virtual void willReleaseScriptContext(v8::Handle<v8::Context>, int worldId) override { }
+ virtual void didCreateScriptContext(v8::Local<v8::Context>, int extensionGroup, int worldId) override { }
+ virtual void willReleaseScriptContext(v8::Local<v8::Context>, int worldId) override { }
virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) override { return false; }
virtual WebCookieJar* cookieJar() const override { return 0; }
« no previous file with comments | « Source/core/inspector/InjectedScriptNative.cpp ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698