| Index: third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
|
| index f6b4ef85b24505e0cc7106567c31417f0cd58914..4bc30a012fafe9d38606d404b0127102b41c198e 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
|
| @@ -66,9 +66,11 @@ class CORE_EXPORT CSSStyleDeclaration
|
| virtual String removeProperty(const String& propertyName,
|
| ExceptionState&) = 0;
|
|
|
| - // CSSPropertyID versions of the CSSOM functions to support bindings and editing.
|
| + // CSSPropertyID versions of the CSSOM functions to support bindings and
|
| + // editing.
|
| // Use the non-virtual methods in the concrete subclasses when possible.
|
| - // The CSSValue returned by this function should not be exposed to the web as it may be used by multiple documents at the same time.
|
| + // The CSSValue returned by this function should not be exposed to the web as
|
| + // it may be used by multiple documents at the same time.
|
| virtual const CSSValue* getPropertyCSSValueInternal(CSSPropertyID) = 0;
|
| virtual const CSSValue* getPropertyCSSValueInternal(
|
| AtomicString customPropertyName) = 0;
|
|
|