Replace ALOG with ALOG_VA for ConsoleMessage
authorKwangYong Choi <ky0.choi@samsung.com>
Thu, 2 May 2013 04:48:41 +0000 (13:48 +0900)
committerKwangYong Choi <ky0.choi@samsung.com>
Thu, 2 May 2013 05:16:53 +0000 (14:16 +0900)
commit2fbdcc5aab1e18295dbab9fc49cee471250551a5
tree3968f7fa20e4f76a9c857046fd02ccdf743d81f2
parent7979af7e16ff05978db7ed558a9261a493423041
Replace ALOG with ALOG_VA for ConsoleMessage

[Title] Replace ALOG with ALOG_VA for ConsoleMessage
[Issue#] N/A
[Problem] ALOG prints additional its own format.
[Cause] Dlog package changes.
[Solution] Use ALOG_VA instead of ALOG.

Change-Id: I33e55238a439457f03e5c5f3ae5fd54bbf22b658
Source/WTF/wtf/Assertions.cpp
Source/WTF/wtf/Assertions.h
Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp