Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / wtf / Assertions.cpp
index 1fcd383..6b2ef31 100644 (file)
@@ -75,8 +75,6 @@
 #include <android/log.h>
 #endif
 
-extern "C" {
-
 WTF_ATTRIBUTE_PRINTF(1, 0)
 static void vprintf_stderr_common(const char* format, va_list args)
 {
@@ -398,4 +396,3 @@ void WTFLogAlways(const char* format, ...)
     va_end(args);
 }
 
-} // extern "C"