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

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

Issue 17035010: Revert "Rename DOMWindow interface to Window" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/modules/mediasource/DOMWindowMediaSource.idl
diff --git a/Source/modules/mediasource/WindowMediaSource.idl b/Source/modules/mediasource/DOMWindowMediaSource.idl
similarity index 98%
rename from Source/modules/mediasource/WindowMediaSource.idl
rename to Source/modules/mediasource/DOMWindowMediaSource.idl
index eb6d24b777f842fb92228fb8cdbbbc706e4fb77f..20a0215ad9949be9b300110650df8f713869dc8d 100644
--- a/Source/modules/mediasource/WindowMediaSource.idl
+++ b/Source/modules/mediasource/DOMWindowMediaSource.idl
@@ -27,8 +27,8 @@
* (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 {
+partial interface DOMWindow {
[EnabledAtRuntime=webKitMediaSource] attribute WebKitMediaSourceConstructor WebKitMediaSource;
[EnabledAtRuntime=webKitMediaSource] attribute WebKitSourceBufferConstructor WebKitSourceBuffer;
[EnabledAtRuntime=webKitMediaSource] attribute WebKitSourceBufferListConstructor WebKitSourceBufferList;
-};
+};
« no previous file with comments | « Source/modules/indexeddb/WindowIndexedDatabase.idl ('k') | Source/modules/mediasource/WindowMediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698