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

Unified Diff: Source/core/dom/RawDataDocumentParser.h

Issue 17640007: Refactoring: Simplify DocumentWriter by reorganizing its lifetime. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed a build breakage Created 7 years, 6 months 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: Source/core/dom/RawDataDocumentParser.h
diff --git a/Source/core/dom/RawDataDocumentParser.h b/Source/core/dom/RawDataDocumentParser.h
index 6ec2a763f051c18afdbe95ce0630bb03df83ec10..b56a694f7e462d6bbfeed19ebb2ef2efe10538f0 100644
--- a/Source/core/dom/RawDataDocumentParser.h
+++ b/Source/core/dom/RawDataDocumentParser.h
@@ -26,6 +26,7 @@
#ifndef RawDataDocumentParser_h
#define RawDataDocumentParser_h
+#include "core/dom/Document.h"
#include "core/dom/DocumentParser.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698