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

Unified Diff: ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad_event_replay_crash.cc

Issue 8989006: Update PPAPI IDL generator to define versioned structs, and unversioned typedef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for line-wrap. Created 8 years, 12 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: ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad_event_replay_crash.cc
diff --git a/ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad_event_replay_crash.cc b/ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad_event_replay_crash.cc
index 8d2d91046bbe00ba9be20509a6a6f986bd5cf8d9..f830a479720b91340a61bdb1f8f1de8ef2362283 100644
--- a/ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad_event_replay_crash.cc
+++ b/ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad_event_replay_crash.cc
@@ -47,7 +47,7 @@ PP_Bool HandleDocumentLoad(PP_Instance /*instance*/, PP_Resource /*loader*/) {
return PP_FALSE;
}
-const struct PPP_Instance instance_interface = {
+const PPP_Instance instance_interface = {
DidCreate,
DidDestroy,
NULL, // Calling DidChangeView will cause a crash!

Powered by Google App Engine
This is Rietveld 408576698