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 d540c30237fafccc249aee9cdd48323fe3ec2988..7536353f928ee14bd53fb4f621678b0d34b2da38 100644 |
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
@@ -103,6 +103,11 @@ PassRefPtrWillBeRawPtr<Node> ProcessingInstruction::cloneNode(bool /*deep*/) |
return create(document(), m_target, m_data); |
} |
+StyleSheet* ProcessingInstruction::sheet() const |
+{ |
+ return m_sheet.get(); |
+} |
+ |
void ProcessingInstruction::didAttributeChanged() |
{ |
if (m_sheet) |