| Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| index aa68f616f29c42c9803fb0be5da51fe38e33d102..2d9789796b62cb3a88829a75be355f525c109e0e 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| @@ -45,7 +45,7 @@ public:
|
| void setCreatedByParser(bool createdByParser) { m_createdByParser = createdByParser; }
|
|
|
| const String& localHref() const { return m_localHref; }
|
| - StyleSheet* sheet() const;
|
| + StyleSheet* sheet() const { return m_sheet.get(); }
|
|
|
| bool isCSS() const { return m_isCSS; }
|
| bool isXSL() const { return m_isXSL; }
|
|
|