Index: content/shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp |
diff --git a/content/shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp b/content/shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp |
index 24ba0967ffb43d8735ca54769b3e0a2c6fb230b4..b4b2e8f2b51750e5f746eb5133c427fda03ffc4b 100644 |
--- a/content/shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp |
+++ b/content/shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp |
@@ -44,8 +44,7 @@ public: |
} |
private: |
- virtual NPError NPP_DestroyStream(NPStream*, NPReason) override |
- { |
+ NPError NPP_DestroyStream(NPStream*, NPReason) override { |
if (m_shouldOpen) { |
testDocumentOpen(m_npp); |
m_shouldOpen = false; |