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

Issue 367913002: Merge request for r37883 (Closed)

Created:
6 years, 5 months ago by vsm
Modified:
5 years, 9 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Merge request for r37883 ------ From leafp Fix overloading for IDBDatabase transaction Use the underlying dart implementation class in overloading resolution checks, rather than the dart interface which is presented to the user. This resolves an issue with IDBDatabase in which DOMStringList and sequence<DOMString> have the same Dart interface type (List<String>), even though the underlying implementation types differ (List<String> vs DomStringList). BUG= R=vsm@google.com

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -8 lines) Patch
M sdk/lib/_blink/dartium/_blink_dartium.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 2 chunks +8 lines, -1 line 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 chunk +0 lines, -6 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698