| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index c77f7ed27ccf08aa26365ac1e8f861f131ad7163..4eae5034ee7c83fe53e6e7205a856cbbeb6f4592 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -460,9 +460,6 @@ public:
|
|
|
| bool isSpellCheckingEnabled() const;
|
|
|
| - // FIXME: public for RenderTreeBuilder, we shouldn't expose this though.
|
| - PassRefPtr<RenderStyle> styleForRenderer();
|
| -
|
| bool hasID() const;
|
| bool hasClass() const;
|
| const SpaceSplitString& classNames() const;
|
| @@ -528,6 +525,7 @@ protected:
|
| // svgAttributeChanged (called when element.className.baseValue is set)
|
| void classAttributeChanged(const AtomicString& newClassString);
|
|
|
| + PassRefPtr<RenderStyle> styleForRenderer();
|
| PassRefPtr<RenderStyle> originalStyleForRenderer();
|
|
|
| Node* insertAdjacent(const String& where, Node* newChild, ExceptionState&);
|
|
|