| 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 7536353f928ee14bd53fb4f621678b0d34b2da38..d540c30237fafccc249aee9cdd48323fe3ec2988 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -103,11 +103,6 @@ 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)
|
|
|