| Index: Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp
|
| index e913a25c2490194eba358cf360d6230a2197998f..f5209b6ecc73df43a9e440b05a813df09dd5e59b 100644
|
| --- a/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -122,8 +122,6 @@ void ProcessingInstruction::checkStyleSheet()
|
| clearResource();
|
|
|
| String url = document().completeURL(href).string();
|
| - if (!dispatchBeforeLoadEvent(url))
|
| - return;
|
|
|
| ResourcePtr<StyleSheetResource> resource;
|
| FetchRequest request(ResourceRequest(document().completeURL(href)), FetchInitiatorTypeNames::processinginstruction);
|
|
|