diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2008-11-21 14:18:23 -0800 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2008-11-24 10:00:55 -0800 |
commit | d3aa4000e42fd1036e0e3286843c5132f905d754 (patch) | |
tree | a465763ae264c7013172def6b0084df7ef9e0f65 | |
parent | b6c1cf6de79035f58b512f4400db458c8401379a (diff) | |
download | build-d3aa4000e42fd1036e0e3286843c5132f905d754.zip build-d3aa4000e42fd1036e0e3286843c5132f905d754.tar.gz build-d3aa4000e42fd1036e0e3286843c5132f905d754.tar.bz2 |
Reflect the change in the original media.AudioSystem API so that API-validation continues to work
-rw-r--r-- | core/api/1.xml | 2 | ||||
-rw-r--r-- | core/api/current.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/api/1.xml b/core/api/1.xml index 71f961f..4896085 100644 --- a/core/api/1.xml +++ b/core/api/1.xml @@ -55905,7 +55905,7 @@ type="int" transient="false" volatile="false" - value="15" + value="-1" static="true" final="true" deprecated="not deprecated" diff --git a/core/api/current.xml b/core/api/current.xml index 71f961f..4896085 100644 --- a/core/api/current.xml +++ b/core/api/current.xml @@ -55905,7 +55905,7 @@ type="int" transient="false" volatile="false" - value="15" + value="-1" static="true" final="true" deprecated="not deprecated" |