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

Unified Diff: Source/modules/performance/WorkerPerformance.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/modules/performance/WorkerPerformance.cpp
diff --git a/Source/modules/performance/WorkerPerformance.cpp b/Source/modules/performance/WorkerPerformance.cpp
index c4d57445074eba29efc90d41527f0ddc022d89c2..b62e5f6f3b2ba8b0efe71e00323edfbc9f2a1fa8 100644
--- a/Source/modules/performance/WorkerPerformance.cpp
+++ b/Source/modules/performance/WorkerPerformance.cpp
@@ -40,7 +40,6 @@ namespace blink {
WorkerPerformance::WorkerPerformance()
{
- ScriptWrappable::init(this);
}
double WorkerPerformance::now(ExecutionContext* context) const

Powered by Google App Engine
This is Rietveld 408576698