| Index: webkit/plugins/npapi/test/plugin_get_javascript_url_test.cc
|
| ===================================================================
|
| --- webkit/plugins/npapi/test/plugin_get_javascript_url_test.cc (revision 183008)
|
| +++ webkit/plugins/npapi/test/plugin_get_javascript_url_test.cc (working copy)
|
| @@ -66,7 +66,7 @@
|
|
|
| #ifdef OS_WIN
|
| void CALLBACK ExecuteGetJavascriptUrlTest::TimerProc(
|
| - HWND window, UINT message, UINT timer_id, unsigned long elapsed_time) {
|
| + HWND window, UINT message, UINT_PTR timer_id, DWORD elapsed_time) {
|
| ExecuteGetJavascriptUrlTest* this_instance =
|
| reinterpret_cast<ExecuteGetJavascriptUrlTest*>
|
| (::GetProp(window, L"Plugin_Instance"));
|
|
|