Commit c7433822 authored by rob.buis@samsung.com's avatar rob.buis@samsung.com

Change WebCore namespace to blink

Fix some leftovers after the WebCore -> blink namespace changes.

NOTRY=true

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

git-svn-id: svn://svn.chromium.org/blink/trunk@180300 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 1b97d3fb
......@@ -115,4 +115,4 @@ void ConsoleMessage::trace(Visitor* visitor)
visitor->trace(m_callStack);
}
} // namespace WebCore
} // namespace blink
......@@ -65,6 +65,6 @@ private:
WorkerGlobalScopeProxy* m_workerProxy;
};
} // namespace WebCore
} // namespace blink
#endif // ConsoleMessage_h
......@@ -67,6 +67,6 @@ private:
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListBox, isListBox());
} // namepace WebCore
} // namepace blink
#endif // RenderListBox_h
......@@ -19,4 +19,4 @@ GamepadButton::GamepadButton()
ScriptWrappable::init(this);
}
} // namespace WebCore
} // 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