Index: Source/web/WebElement.cpp |
diff --git a/Source/web/WebElement.cpp b/Source/web/WebElement.cpp |
index 525744feeeb2734dd81d05885f9f610318bde8b7..7497946ecb6e3fb00ae09193f05bdc10ac4e5f73 100644 |
--- a/Source/web/WebElement.cpp |
+++ b/Source/web/WebElement.cpp |
@@ -44,7 +44,7 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
bool WebElement::isFormControlElement() const |
{ |
@@ -187,4 +187,4 @@ WebElement::operator PassRefPtr<Element>() const |
return toElement(m_private.get()); |
} |
-} // namespace WebKit |
+} // namespace blink |