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

Unified Diff: Source/bindings/modules/v8/ToV8ForModules.h

Issue 1117753005: Replace v8::Handle with v8::Local in Source/bindings/* (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/bindings/modules/v8/SerializedScriptValueForModulesFactory.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/ToV8ForModules.h
diff --git a/Source/bindings/modules/v8/ToV8ForModules.h b/Source/bindings/modules/v8/ToV8ForModules.h
index 638a57110eb939b3ecbcacc472756f88a43efc61..add72570410223f61978db96396d7487db789567 100644
--- a/Source/bindings/modules/v8/ToV8ForModules.h
+++ b/Source/bindings/modules/v8/ToV8ForModules.h
@@ -15,7 +15,7 @@ class IDBAny;
class IDBKey;
class IDBKeyPath;
-inline v8::Handle<v8::Value> toV8(const SQLValue& sqlValue, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
+inline v8::Local<v8::Value> toV8(const SQLValue& sqlValue, v8::Local<v8::Object> creationContext, v8::Isolate* isolate)
{
switch (sqlValue.type()) {
case SQLValue::NullValue:
« no previous file with comments | « Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698