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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years 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: third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
index f2e47a5420b247e0128abd44fb2185d98722f57d..204cc11fc70d3716ef17fdc40cd099d63087340d 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
+++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
@@ -207,8 +207,6 @@ DEFINE_TRACE(PresentationRequest) {
PresentationRequest::PresentationRequest(ExecutionContext* executionContext,
const KURL& url)
- : ActiveScriptWrappable(this),
- SuspendableObject(executionContext),
- m_url(url) {}
+ : SuspendableObject(executionContext), m_url(url) {}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698