| Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| index 9ba21277b2f6be936e022b550c264c0c280d3b0c..4c63b683ee0cbf602a889c87aef1940926b9b112 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -191,7 +191,7 @@ bool ProcessingInstruction::sheetLoaded()
|
| return false;
|
| }
|
|
|
| -void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet)
|
| +void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, CSSStyleSheetResource* sheet)
|
| {
|
| if (!isConnected()) {
|
| DCHECK(!m_sheet);
|
|
|