| Index: third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.cpp b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.cpp
|
| index 90f08750cfde42d28142bd6a5edd5a3ea627fe6c..0cd84940b10faf22f50937ff450c6053dd98827d 100644
|
| --- a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.cpp
|
| @@ -26,6 +26,8 @@
|
| #include "config.h"
|
| #include "core/xml/parser/XMLDocumentParserScope.h"
|
|
|
| +#include "core/dom/Document.h"
|
| +
|
| namespace blink {
|
|
|
| Document* XMLDocumentParserScope::currentDocument = 0;
|
|
|