Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: webkit/plugins/npapi/test/plugin_get_javascript_url_test.cc

Issue 12298002: Make npapi_test_plugin build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"));
« no previous file with comments | « webkit/plugins/npapi/test/plugin_get_javascript_url_test.h ('k') | webkit/plugins/npapi/test/plugin_geturl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698