| Index: third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp b/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp
|
| index 2b43010f1585af5c1a6496d80129d53d78ced5de..76d836372cf57ad828833276804ccf53a769f5a3 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "core/css/CSSValue.h"
|
| #include "core/css/cssom/CSSSimpleLength.h"
|
| -#include "core/css/cssom/StyleValue.h"
|
| +#include "core/css/cssom/CSSStyleValue.h"
|
|
|
| namespace blink {
|
|
|
| -StyleValue* StyleValueFactory::create(CSSPropertyID propertyID, const CSSValue& value)
|
| +CSSStyleValue* StyleValueFactory::create(CSSPropertyID propertyID, const CSSValue& value)
|
| {
|
| if (value.isPrimitiveValue()) {
|
| const CSSPrimitiveValue& primitiveValue = toCSSPrimitiveValue(value);
|
|
|