Index: third_party/WebKit/Source/core/html/PluginDocument.h |
diff --git a/third_party/WebKit/Source/core/html/PluginDocument.h b/third_party/WebKit/Source/core/html/PluginDocument.h |
index dcdbf41bd39bdc20d864379ead2d95f40f48ec38..179c3f06590a2af2001575cfcb2899fd1cea3bd2 100644 |
--- a/third_party/WebKit/Source/core/html/PluginDocument.h |
+++ b/third_party/WebKit/Source/core/html/PluginDocument.h |
@@ -45,7 +45,7 @@ public: |
Widget* pluginWidget(); |
Node* pluginNode(); |
- void detachLayoutTree(const AttachContext& = AttachContext()) override; |
+ void shutdown() override; |
DECLARE_VIRTUAL_TRACE(); |