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

Unified Diff: Source/core/testing/PrivateScriptTest.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 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/LayerRectList.cpp ('k') | Source/core/testing/RefCountedScriptWrappable.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 e49e119419f29be14ab5c4c2d9a1cb3535e8bf10..09bd0670081f4a4004860f350819f7697717221a 100644
--- a/Source/core/testing/PrivateScriptTest.cpp
+++ b/Source/core/testing/PrivateScriptTest.cpp
@@ -13,7 +13,6 @@ namespace blink {
PrivateScriptTest::PrivateScriptTest(LocalFrame* frame)
{
- ScriptWrappable::init(this);
v8::Handle<v8::Value> classObject = PrivateScriptRunner::installClassIfNeeded(frame, "PrivateScriptTest");
RELEASE_ASSERT(!classObject.IsEmpty());
}
« no previous file with comments | « Source/core/testing/LayerRectList.cpp ('k') | Source/core/testing/RefCountedScriptWrappable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698