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) ...@@ -115,4 +115,4 @@ void ConsoleMessage::trace(Visitor* visitor)
visitor->trace(m_callStack); visitor->trace(m_callStack);
} }
} // namespace WebCore } // namespace blink
...@@ -65,6 +65,6 @@ private: ...@@ -65,6 +65,6 @@ private:
WorkerGlobalScopeProxy* m_workerProxy; WorkerGlobalScopeProxy* m_workerProxy;
}; };
} // namespace WebCore } // namespace blink
#endif // ConsoleMessage_h #endif // ConsoleMessage_h
...@@ -67,6 +67,6 @@ private: ...@@ -67,6 +67,6 @@ private:
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListBox, isListBox()); DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListBox, isListBox());
} // namepace WebCore } // namepace blink
#endif // RenderListBox_h #endif // RenderListBox_h
...@@ -19,4 +19,4 @@ GamepadButton::GamepadButton() ...@@ -19,4 +19,4 @@ GamepadButton::GamepadButton()
ScriptWrappable::init(this); 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