commit | 5e19e6be8418668ad8f120dd3452eaf3ac32431a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Aug 25 23:19:02 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Aug 25 23:19:02 2011 |
tree | ed95ce399b9e23b2911a4618b4ddf8126f89cac8 | |
parent | d538a01ed0074232f5f7dc41154506d141322ca9 [diff] [blame] |
Fix incorrect API version information. Several IDL files contain references to M13 which are unused. This causes the generator to use M13 instead of M14 as the version number for the unchanged interface. This CL removes the unused references to M13 in the IDL, and pushes the updated set of '*.h' removing the unused #define of the unused version string. BUG= http://code.google.com/p/chromium/issues/detail?id=94201 TEST= compile + try R= [email protected] Review URL: http://codereview.chromium.org/7748012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98348 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ppapi/api/pp_stdint.idl b/ppapi/api/pp_stdint.idl index fba15dd..5137f907 100644 --- a/ppapi/api/pp_stdint.idl +++ b/ppapi/api/pp_stdint.idl
@@ -10,8 +10,7 @@ */ label Chrome { - M13 = 0.0, - M14 = 1.0 + M13 = 0.0 }; [version=0.0]