Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / filters / FEMorphology.cpp
index 7f89f64..f5d02b4 100644 (file)
@@ -33,8 +33,6 @@
 #include "platform/text/TextStream.h"
 #include "wtf/Uint8ClampedArray.h"
 
-using namespace std;
-
 namespace blink {
 
 FEMorphology::FEMorphology(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)