| 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 48c3c64b07bd90a845ae2f45257d2a79c792674c..b0a5a662b01cf21bb0b920495dea4314c379f883 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
 | 
| @@ -85,7 +85,7 @@ private:
 | 
|      PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep) override;
 | 
|  
 | 
|      InsertionNotificationRequest insertedInto(ContainerNode*) override;
 | 
| -    void removedFrom(ContainerNode*) override;
 | 
| +    void removedFrom(ContainerNode* insertionPoint, Node* next) override;
 | 
|  
 | 
|      bool checkStyleSheet(String& href, String& charset);
 | 
|      void process(const String& href, const String& charset);
 | 
| 
 |