Renamed "WebView" -> "WebViewImpl" in web_view.js and other files that import it

Imported from:
a615ea0839%5E%21/
This commit is contained in:
Cheng Zhao 2014-12-08 21:10:59 -08:00
parent ac51207860
commit 7f5fb4e6f9
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
WebView = require './web-view'
WebViewImpl = require './web-view'
guestViewInternal = require './guest-view-internal'
webViewConstants = require './web-view-constants'
@ -144,7 +144,7 @@ class HttpReferrerAttribute extends WebViewAttribute
@webViewImpl.parseSrcAttribute()
# Sets up all of the webview attributes.
WebView::setupWebViewAttributes = ->
WebViewImpl::setupWebViewAttributes = ->
@attributes = {}
@attributes[webViewConstants.ATTRIBUTE_ALLOWTRANSPARENCY] = new AllowTransparencyAttribute(this)