| Index: Source/core/svg/SVGElement.h | 
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h | 
| index d8df822fec7f5d8313e96f028c6280bd363db7a9..08c6b3c790d0697ad24c6f039e99905fda1699a8 100644 | 
| --- a/Source/core/svg/SVGElement.h | 
| +++ b/Source/core/svg/SVGElement.h | 
| @@ -120,6 +120,8 @@ public: | 
| virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture) OVERRIDE; | 
| virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture) OVERRIDE; | 
|  | 
| +    virtual bool shouldMoveToFlowThread(RenderStyle*) const OVERRIDE; | 
| + | 
| protected: | 
| SVGElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement); | 
|  | 
|  |