Bug 1424220 - Set mCurrentHtmlScriptIsAsyncOrDefer to false when restoring tree builder state. r=smaug

MozReview-Commit-ID: 9gsFme52mOG
This commit is contained in:
Henri Sivonen
2018-01-15 20:07:28 +02:00
parent 818db9f05d
commit 2247ebdf00
10 changed files with 2 additions and 68 deletions

View File

@@ -66,11 +66,9 @@ public:
int32_t ns;
nsIContentHandle* node;
nsHtml5HtmlAttributes* attributes;
private:
int32_t refcount;
mozilla::dom::HTMLContentCreatorFunction htmlCreator;
public:
inline int32_t getFlags() { return flags; }
@@ -106,7 +104,6 @@ public:
private:
static int32_t prepareSvgFlags(int32_t flags);
static int32_t prepareMathFlags(int32_t flags, bool markAsIntegrationPoint);
public:
~nsHtml5StackNode();
void dropAttributes();