Index: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp |
diff --git a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp |
index bdf9ccefdcaf326d0b21494ee72577c41b3f322b..245a5f02a74627bbca306c6ef5399ff8e2090dc3 100644 |
--- a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp |
+++ b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp |
@@ -648,7 +648,7 @@ static void* openFunc(const char* uri) |
return &globalDescriptor; |
KURL finalURL; |
- RefPtr<SharedBuffer> data; |
+ RefPtr<const SharedBuffer> data; |
{ |
Document* document = XMLDocumentParserScope::currentDocument; |