| 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 fd3c13f2f073f9edfa4b05cce6fde303b2610d2d..d540c30237fafccc249aee9cdd48323fe3ec2988 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -274,9 +274,9 @@
|
| return InsertionDone;
|
| }
|
|
|
| -void ProcessingInstruction::removedFrom(ContainerNode* insertionPoint, Node* next)
|
| -{
|
| - CharacterData::removedFrom(insertionPoint, next);
|
| +void ProcessingInstruction::removedFrom(ContainerNode* insertionPoint)
|
| +{
|
| + CharacterData::removedFrom(insertionPoint);
|
| if (!insertionPoint->inDocument())
|
| return;
|
|
|
|
|