git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update TestNetscapePlugIn to build 64-bit using the Cocoa event model.
[WebKit-https.git]
/
WebKitTools
/
DumpRenderTree
/
TestNetscapePlugIn.subproj
/
PluginObject.cpp
diff --git
a/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp
b/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp
index fe3722dfc86bc243e39f7732ef27f73e7652e01d..029517b650b5cae367dce9524a5815b874976769 100644
(file)
--- a/
WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp
+++ b/
WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp
@@
-401,7
+401,7
@@
static bool testGetIntIdentifier(PluginObject*, const NPVariant* args, uint32_t
return false;
NPIdentifier identifier = browser->getintidentifier((int)NPVARIANT_TO_DOUBLE(args[0]));
- INT32_TO_NPVARIANT((int32)identifier, *result);
+ INT32_TO_NPVARIANT((int32)
(long long)
identifier, *result);
return true;
}