| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index ba817d44c0dc7afd96da502f0259b986f09530e4..a99be97a8bb7a11f24270f74379927546d6cfadb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -663,7 +663,6 @@ private:
|
| void updatePresentationAttributeStyle();
|
|
|
| void inlineStyleChanged();
|
| - PropertySetCSSStyleDeclaration* inlineStyleCSSOMWrapper();
|
| void setInlineStyleFromString(const AtomicString&);
|
|
|
| // If the only inherited changes in the parent element are independent,
|
|
|