Index: Source/core/xml/parser/XMLDocumentParser.cpp |
diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp |
index 37d889a20265aed4203f654473a0db8e86d5e82b..c53a660612afb98fc957edb2eed1676e70a74a1c 100644 |
--- a/Source/core/xml/parser/XMLDocumentParser.cpp |
+++ b/Source/core/xml/parser/XMLDocumentParser.cpp |
@@ -657,6 +657,8 @@ static void* openFunc(const char* uri) |
if (!shouldAllowExternalLoad(finalURL)) |
return &globalDescriptor; |
+ UseCounter::count(XMLDocumentParserScope::currentFetcher->document(), UseCounter::XMLExternalResourceLoad); |
+ |
return new SharedBufferReader(data); |
} |