DescriptionSwapped the variable names "WebView" and "WebViewInternal" in web_view.js and other files that import them.
These variables were inconsistenly named (compared to other variables), leading to confusing lines like:
var WebViewInternal = require('webView').WebViewInternal;
var WebView = require('webViewInternal').WebView;
This completes lazyboy@'s TODO in web_view.js.
Committed: https://crrev.com/c1303d0370de45b3fe0ab3f977be575f275e2f86
Cr-Commit-Position: refs/heads/master@{#300117}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Addressed comments. #
Messages
Total messages: 11 (4 generated)
|