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

Unified Diff: Source/modules/mediasource/WindowMediaSource.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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
« no previous file with comments | « Source/modules/mediasource/URLMediaSource.idl ('k') | Source/modules/mediastream/NavigatorMediaStream.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/WindowMediaSource.idl
diff --git a/Source/modules/mediasource/WindowMediaSource.idl b/Source/modules/mediasource/WindowMediaSource.idl
index 6221f9e53b1aa10b5f8f8e09b44d85871190c43e..7d5eec67589f7b0ebdc15e46846a3dbbde01c347 100644
--- a/Source/modules/mediasource/WindowMediaSource.idl
+++ b/Source/modules/mediasource/WindowMediaSource.idl
@@ -27,8 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface Window {
- [RuntimeEnabled=WebKitMediaSource] attribute WebKitMediaSourceConstructor WebKitMediaSource;
- [RuntimeEnabled=WebKitMediaSource] attribute WebKitSourceBufferConstructor WebKitSourceBuffer;
- [RuntimeEnabled=WebKitMediaSource] attribute WebKitSourceBufferListConstructor WebKitSourceBufferList;
+
+[
+ RuntimeEnabled=WebKitMediaSource,
+] partial interface Window {
+ attribute WebKitMediaSourceConstructor WebKitMediaSource;
+ attribute WebKitSourceBufferConstructor WebKitSourceBuffer;
+ attribute WebKitSourceBufferListConstructor WebKitSourceBufferList;
};
« no previous file with comments | « Source/modules/mediasource/URLMediaSource.idl ('k') | Source/modules/mediastream/NavigatorMediaStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698