Commit 95cbbe7b authored by sigbjornf@opera.com's avatar sigbjornf@opera.com

Oilpan:fix build after r183981.

TBR=oilpan-reviews,haraken
BUG=423823
NOTRY=true

Review URL: https://codereview.chromium.org/665093002

git-svn-id: svn://svn.chromium.org/blink/trunk@183988 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 2677cd01
...@@ -882,7 +882,7 @@ bool InspectorStyleSheetBase::getStyleText(const InspectorCSSId& id, String* tex ...@@ -882,7 +882,7 @@ bool InspectorStyleSheetBase::getStyleText(const InspectorCSSId& id, String* tex
void InspectorStyleSheetBase::onStyleSheetTextChanged() void InspectorStyleSheetBase::onStyleSheetTextChanged()
{ {
m_lineEndings = adoptPtrWillBeNoop(new LineEndings()); m_lineEndings = adoptPtr(new LineEndings());
if (listener()) if (listener())
listener()->styleSheetChanged(this); listener()->styleSheetChanged(this);
} }
...@@ -1868,4 +1868,3 @@ void InspectorStyleSheetForInlineStyle::trace(Visitor* visitor) ...@@ -1868,4 +1868,3 @@ void InspectorStyleSheetForInlineStyle::trace(Visitor* visitor)
} }
} // namespace blink } // namespace blink
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment