| Index: Source/core/inspector/LayoutEditor.h
|
| diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
|
| index f03efcb16a6174cf2f48f522f0952b091ee90486..47eba00fdd61b9ba858ca82dee4dd5ee6d8dd220 100644
|
| --- a/Source/core/inspector/LayoutEditor.h
|
| +++ b/Source/core/inspector/LayoutEditor.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/CoreExport.h"
|
| +#include "core/css/CSSValue.h"
|
| #include "core/dom/Node.h"
|
| #include "core/inspector/InspectorOverlayHost.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -35,7 +36,7 @@ public:
|
|
|
| private:
|
| explicit LayoutEditor(InspectorCSSAgent*);
|
| - RefPtrWillBeRawPtr<CSSPrimitiveValue> getPropertyCSSValue(CSSPropertyID) const;
|
| + NullableCSSValue getPropertyCSSValue(CSSPropertyID) const;
|
| PassRefPtr<JSONObject> createValueDescription(const String&) const;
|
|
|
| // InspectorOverlayHost::LayoutEditorListener implementation.
|
|
|