| 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);
|
|
|