2015-07-21 75 views
0

我安裝了新的Chrome 44並且我的DART應用程序停止工作(它在Chrome 43中運行)。 我看到這在我的開發者控制檯:Chrome中的DoubleClick失敗44

Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 
mypage.html:5884 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 
mypage.html:6389 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 
mypage.html:7770 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 
mypage.html:11479 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 
mypage.html:11918 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 
mypage.html:12486 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 
mypage.html:12811 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 
mypage.html:13079 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 
mypage.html:13697 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function 

我懷疑的是,這是在新的Chrome版本中引入的錯誤。

但是,如果有人有這方面的更多信息,請指教。

回答