diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 21:55:34 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 21:55:34 +0000 |
commit | 6973e1cbd7434f30ed00c49a23838a82f90e8a0f (patch) | |
tree | aa4f5daff6d7c1ddf771cf5c5f45694438e4232f /third_party | |
parent | cd3c2291bbb3f49d1523214ca127a784d7c7456c (diff) | |
download | chromium_src-6973e1cbd7434f30ed00c49a23838a82f90e8a0f.zip chromium_src-6973e1cbd7434f30ed00c49a23838a82f90e8a0f.tar.gz chromium_src-6973e1cbd7434f30ed00c49a23838a82f90e8a0f.tar.bz2 |
Fix build break on mac.
TBR=evan
Review URL: http://codereview.chromium.org/159031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/npapi/bindings/npapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h index 56853ff..191629c 100644 --- a/third_party/npapi/bindings/npapi.h +++ b/third_party/npapi/bindings/npapi.h @@ -446,7 +446,7 @@ typedef enum { NPPVpluginWantsAllNetworkStreams = 18, /* Checks to see if the plug-in would like the browser to load the "src" attribute. */ - NPPVpluginCancelSrcStream = 20, + NPPVpluginCancelSrcStream = 20 // END MODIFICATIONS #ifdef XP_MACOSX /* Used for negotiating drawing models */ |