Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
| index cde74055127060bfdae14c9d5a8a6a459bdfa1dc..dc73db009c870c5097514d0baa4087c2f9280021 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
| @@ -254,7 +254,6 @@ void HTMLPlugInElement::detach(const AttachContext& context) |
| m_isDelayingLoadEvent = false; |
| document().decrementLoadEventDelayCount(); |
| } |
| - |
|
Julien - ping for review
2015/10/01 00:24:40
Empty line removal? Unneeded churn?
dsinclair
2015/10/01 14:50:14
Leftover from debugging. Fixed.
|
| // Only try to persist a plugin widget we actually own. |
| Widget* plugin = ownedWidget(); |
| if (plugin && context.performingReattach) |