Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSReflectValue.cpp
index cbb2cdd..17cea9e 100644 (file)
@@ -28,9 +28,7 @@
 
 #include "core/css/CSSPrimitiveValue.h"
 
-using namespace std;
-
-namespace WebCore {
+namespace blink {
 
 String CSSReflectValue::customCSSText() const
 {
@@ -50,7 +48,8 @@ void CSSReflectValue::traceAfterDispatch(Visitor* visitor)
 {
     visitor->trace(m_direction);
     visitor->trace(m_offset);
+    visitor->trace(m_mask);
     CSSValue::traceAfterDispatch(visitor);
 }
 
-} // namespace WebCore
+} // namespace blink