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

Unified Diff: Source/bindings/core/v8/ExceptionStatePlaceholder.cpp

Issue 1113523002: Use Local<> instead of Handle<> (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/core/v8/ExceptionStatePlaceholder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ExceptionStatePlaceholder.cpp
diff --git a/Source/bindings/core/v8/ExceptionStatePlaceholder.cpp b/Source/bindings/core/v8/ExceptionStatePlaceholder.cpp
index 8a6358e0a695c491deb10caf10e4fb0ca394bd51..b5aa5c38844909c4cb44c05df08f6c3364e3b0bd 100644
--- a/Source/bindings/core/v8/ExceptionStatePlaceholder.cpp
+++ b/Source/bindings/core/v8/ExceptionStatePlaceholder.cpp
@@ -36,7 +36,7 @@ namespace blink {
#if ENABLE(ASSERT)
NoExceptionStateAssertionChecker::NoExceptionStateAssertionChecker(const char* file, int line)
- : ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), 0)
+ : ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Local<v8::Object>(), 0)
, m_file(file)
, m_line(line) { }
« no previous file with comments | « Source/bindings/core/v8/ExceptionStatePlaceholder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698