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

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

Issue 2692333004: [Presentation API] Adds UseCounters for origin types. (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/modules/presentation/Presentation.cpp
diff --git a/third_party/WebKit/Source/modules/presentation/Presentation.cpp b/third_party/WebKit/Source/modules/presentation/Presentation.cpp
index 9cd95ded3b2bb9a238ad8f6e1f2df07ddf57172b..6cab8ca71f5ea99a50964823dcdf37e5ae45a09b 100644
--- a/third_party/WebKit/Source/modules/presentation/Presentation.cpp
+++ b/third_party/WebKit/Source/modules/presentation/Presentation.cpp
@@ -20,7 +20,6 @@ Presentation::Presentation(LocalFrame* frame) : ContextClient(frame) {}
// static
Presentation* Presentation::create(LocalFrame* frame) {
ASSERT(frame);
-
Presentation* presentation = new Presentation(frame);
PresentationController* controller = PresentationController::from(*frame);
ASSERT(controller);

Powered by Google App Engine
This is Rietveld 408576698