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/testing/PrivateScriptTest.cpp

Issue 1103273014: Replace v8::Handle with v8::Local in core/testing/* (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/testing/Internals.cpp ('k') | Source/core/testing/v8/WebCoreTestSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/PrivateScriptTest.cpp
diff --git a/Source/core/testing/PrivateScriptTest.cpp b/Source/core/testing/PrivateScriptTest.cpp
index a8e1490a813203b3bba3b8178ee39f0a635c6f2f..793a497be9ae2ea2bde7b09a1bc787fe6e19cee6 100644
--- a/Source/core/testing/PrivateScriptTest.cpp
+++ b/Source/core/testing/PrivateScriptTest.cpp
@@ -13,7 +13,7 @@ namespace blink {
PrivateScriptTest::PrivateScriptTest(Document* document)
{
- v8::Handle<v8::Value> classObject = PrivateScriptRunner::installClassIfNeeded(document, "PrivateScriptTest");
+ v8::Local<v8::Value> classObject = PrivateScriptRunner::installClassIfNeeded(document, "PrivateScriptTest");
RELEASE_ASSERT(!classObject.IsEmpty());
}
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/core/testing/v8/WebCoreTestSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698