Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp |
| diff --git a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp |
| index d8a642235a722592845763e0820ffc60515df369..d8561f9c4b1e00eed2128d2edaaf64e5940dcdca 100644 |
| --- a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp |
| +++ b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp |
| @@ -85,6 +85,8 @@ CSSStyleValueVector InlineStylePropertyMap::GetAllInternal( |
| return StyleValueFactory::CssValueToStyleValueVector(property_id, *css_value); |
| } |
| +// TODO(rjwright): This used to throw in the parent class but now is being used. |
| +// Make sure it is tested and correct. |
|
meade_UTC10
2017/05/09 04:59:36
Nit: please delete this TODO before submitting :)
|
| CSSStyleValueVector InlineStylePropertyMap::GetAllInternal( |
| AtomicString custom_property_name) { |
| const CSSValue* css_value = |