| Index: third_party/WebKit/Source/core/inspector/LayoutEditor.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/LayoutEditor.h b/third_party/WebKit/Source/core/inspector/LayoutEditor.h
|
| index 32dc360bd746cb338b441a9fb5a224e401f40d41..279d7fe16f53ac4f7254ce2831f6f1b04e0987d7 100644
|
| --- a/third_party/WebKit/Source/core/inspector/LayoutEditor.h
|
| +++ b/third_party/WebKit/Source/core/inspector/LayoutEditor.h
|
| @@ -47,12 +47,12 @@ public:
|
| private:
|
| LayoutEditor(Element*, InspectorCSSAgent*, InspectorDOMAgent*, ScriptController*);
|
| RefPtrWillBeRawPtr<CSSPrimitiveValue> getPropertyCSSValue(CSSPropertyID) const;
|
| - PassRefPtr<protocol::DictionaryValue> createValueDescription(const String&);
|
| + PassOwnPtr<protocol::DictionaryValue> createValueDescription(const String&);
|
| void appendAnchorFor(protocol::ListValue*, const String&, const String&);
|
| bool setCSSPropertyValueInCurrentRule(const String&);
|
| void editableSelectorUpdated(bool hasChanged) const;
|
| - void evaluateInOverlay(const String&, PassRefPtr<protocol::Value>) const;
|
| - PassRefPtr<protocol::DictionaryValue> currentSelectorInfo(CSSStyleDeclaration*) const;
|
| + void evaluateInOverlay(const String&, PassOwnPtr<protocol::Value>) const;
|
| + PassOwnPtr<protocol::DictionaryValue> currentSelectorInfo(CSSStyleDeclaration*) const;
|
| bool growInside(String propertyName, CSSPrimitiveValue*);
|
|
|
| RefPtrWillBeMember<Element> m_element;
|
|
|