chromium 11.0.969.72
[chromium.git] / patches / patch-webkit_tools_pepper__test__plugin_event__handler.cc
1 $NetBSD$
2
3 --- webkit/tools/pepper_test_plugin/event_handler.cc.orig       2011-04-13 08:01:08.000000000 +0000
4 +++ webkit/tools/pepper_test_plugin/event_handler.cc
5 @@ -55,7 +55,7 @@ void EventHandler::addText(const char* c
6  }
7  
8  std::string EventHandler::EventName(double timestamp, int32 type) {
9 -#if !defined(OS_LINUX)
10 +#if !defined(OS_LINUX) && !defined(OS_BSD)
11    std::stringstream strstr;
12    strstr.setf(std::ios::fixed, std::ios::floatfield);
13    strstr << timestamp << ": ";