Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / LabelsNodeList.h
index 4a8a485..7953a73 100644 (file)
@@ -28,7 +28,7 @@
 #include "core/dom/LiveNodeList.h"
 #include "wtf/PassRefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 class LabelsNodeList FINAL : public LiveNodeList {
 public:
@@ -46,6 +46,6 @@ protected:
     virtual bool elementMatches(const Element&) const OVERRIDE;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // LabelsNodeList_h