| Index: third_party/WebKit/Source/core/html/HTMLScriptElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp b/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp
|
| index 0110fca0800a72272486618e7c97e5c235de4120..e48b70460928144da4fbf581aef440c20c8e1090 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp
|
| @@ -126,7 +126,7 @@ void HTMLScriptElement::setAsync(bool async) {
|
| }
|
|
|
| bool HTMLScriptElement::async() const {
|
| - return fastHasAttribute(asyncAttr) || (m_loader->forceAsync());
|
| + return fastHasAttribute(asyncAttr) || m_loader->isNonBlocking();
|
| }
|
|
|
| KURL HTMLScriptElement::src() const {
|
|
|