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

Unified Diff: tools/dom/scripts/systemnative.py

Issue 265763006: MediaStream/Source fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemnative.py
diff --git a/tools/dom/scripts/systemnative.py b/tools/dom/scripts/systemnative.py
index fc97bbe816790b6d1d466511cde5c994b8f6752d..5ba05a311369c3959738d8119c2616d932caeb6c 100644
--- a/tools/dom/scripts/systemnative.py
+++ b/tools/dom/scripts/systemnative.py
@@ -133,8 +133,7 @@ _cpp_overloaded_callback_map = {
('DOMURL', 'createObjectUrlFromStreamCallback'): 'URLMediaStream',
('DOMURL', '_createObjectUrlFromWebKitSourceCallback'): 'URLMediaSource',
('DOMURL', '_createObjectURL_2Callback'): 'URLMediaSource',
- ('DOMURL', '_createObjectURL_3Callback'): 'URLMediaSource',
- ('DOMURL', '_createObjectURL_4Callback'): 'URLMediaStream',
+ ('DOMURL', '_createObjectURL_3Callback'): 'URLMediaStream',
}
_cpp_partial_map = {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698