summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/html_head_element.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/html_head_element.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/html/html_head_element.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/html_head_element.cc b/chromium/third_party/blink/renderer/core/html/html_head_element.cc
index 498dbf3efed..e378e21b205 100644
--- a/chromium/third_party/blink/renderer/core/html/html_head_element.cc
+++ b/chromium/third_party/blink/renderer/core/html/html_head_element.cc
@@ -27,10 +27,10 @@
namespace blink {
-using namespace HTMLNames;
+using namespace html_names;
inline HTMLHeadElement::HTMLHeadElement(Document& document)
- : HTMLElement(headTag, document) {}
+ : HTMLElement(kHeadTag, document) {}
DEFINE_NODE_FACTORY(HTMLHeadElement)