| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| index f4958a5b9c5a646caeaf663b814449efa5eab41d..9d3947cb3dac150843a5e20bfc2230cb3b89cf3b 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -81,8 +81,8 @@ class CORE_EXPORT CSSComputedStyleDeclaration final
|
| // The styled node is either the node passed into getComputedStyle, or the
|
| // PseudoElement for :before and :after if they exist.
|
| // FIXME: This should be styledElement since in JS getComputedStyle only works
|
| - // on Elements, but right now editing creates these for text nodes. We should fix
|
| - // that.
|
| + // on Elements, but right now editing creates these for text nodes. We should
|
| + // fix that.
|
| Node* styledNode() const;
|
|
|
| // CSSOM functions. Don't make these public.
|
|
|