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

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

Issue 2538473004: Revert of After detach, there's no document to notify parsing is finished. (Closed)
Patch Set: 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 bac36aaff6b3012d0fc0a58f5c0bdcc50f10938e..95eb27ae8c4207bc84d2ed061a28c937bdf2a9c2 100644
--- a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
+++ b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
@@ -25,7 +25,6 @@
#ifndef HTMLViewSourceDocument_h
#define HTMLViewSourceDocument_h
-#include "core/CoreExport.h"
#include "core/html/HTMLDocument.h"
namespace blink {
@@ -34,7 +33,7 @@
class HTMLTableSectionElement;
class HTMLToken;
-class CORE_EXPORT HTMLViewSourceDocument final : public HTMLDocument {
+class 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