diff options
Diffstat (limited to 'third_party/WebKit/Source/web/WebHelperPluginImpl.cpp')
| -rw-r--r-- | third_party/WebKit/Source/web/WebHelperPluginImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp index 8eb199a..5a05929 100644 --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp @@ -92,7 +92,7 @@ private: { // This should never be called since the only way to close the // invisible page is via closeHelperPlugin(). - ASSERT_NOT_REACHED(); + ASSERT_NOT_REACHED(); m_widget->closeHelperPlugin(); } |
