Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h

Issue 2537043002: After detach, there's no document to notify parsing is finished. (Closed)
Patch Set: Feedback. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
diff --git a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
index 95eb27ae8c4207bc84d2ed061a28c937bdf2a9c2..bac36aaff6b3012d0fc0a58f5c0bdcc50f10938e 100644
--- a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
+++ b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
@@ -25,6 +25,7 @@
#ifndef HTMLViewSourceDocument_h
#define HTMLViewSourceDocument_h
+#include "core/CoreExport.h"
#include "core/html/HTMLDocument.h"
namespace blink {
@@ -33,7 +34,7 @@ class HTMLTableCellElement;
class HTMLTableSectionElement;
class HTMLToken;
-class HTMLViewSourceDocument final : public HTMLDocument {
+class CORE_EXPORT HTMLViewSourceDocument final : public HTMLDocument {
public:
enum SourceAnnotation { AnnotateSourceAsSafe, AnnotateSourceAsXSS };
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698