Bug 162312 - Remove AuthorStyleSheets::m_hadActiveLoadingStylesheet bit
Summary: Remove AuthorStyleSheets::m_hadActiveLoadingStylesheet bit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 11:59 PDT by Antti Koivisto
Modified: 2016-09-20 14:09 PDT (History)
5 users (show)

See Also:


Attachments
patch (2.78 KB, patch)
2016-09-20 12:07 PDT, Antti Koivisto
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2016-09-20 11:59:54 PDT
Simplify the logic.
Comment 1 Antti Koivisto 2016-09-20 12:07:31 PDT
Created attachment 289391 [details]
patch
Comment 2 Chris Dumez 2016-09-20 12:11:31 PDT
Comment on attachment 289391 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=289391&action=review

r=me if the tests are happy.

> Source/WebCore/ChangeLog:11
> +            We can handle loading sheet this with normal stylesheet change logic. Remove the special case.

typo? "handle loading sheet this"
Comment 3 Antti Koivisto 2016-09-20 14:09:14 PDT
https://trac.webkit.org/changeset/206167