| 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 854233d82233ad48ccf94ada5423b33a32236e6e..0943d7aedfc5c2a5ae6799a21c6ccdffb6307330 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -655,7 +655,6 @@ private:
|
| void setInlineStyleFromString(const AtomicString&);
|
|
|
| StyleRecalcChange recalcOwnStyle(StyleRecalcChange);
|
| - // TODO(nainar): Make this const ComputedStyle&.
|
| StyleRecalcChange buildLayoutTree(ComputedStyle&);
|
|
|
| inline void checkForEmptyStyleChange();
|
|
|