Skip to content

Commit

Permalink
Backed out changeset b118f8ec47f5 (bug 1511842) for web platform fail…
Browse files Browse the repository at this point in the history
…ures due to the python package not being installed on a CLOSED TREE
  • Loading branch information
raulgurzau committed Dec 4, 2018
1 parent 61285ff commit 3fdc51e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layout/build/nsLayoutStatics.h
Expand Up @@ -53,4 +53,10 @@ class nsLayoutStatics {
static nsrefcnt sLayoutStaticRefcnt;
};

class nsLayoutStaticsRef {
public:
nsLayoutStaticsRef() { nsLayoutStatics::AddRef(); }
~nsLayoutStaticsRef() { nsLayoutStatics::Release(); }
};

#endif // nsLayoutStatics_h__

0 comments on commit 3fdc51e

Please sign in to comment.