blob: bde3a362aed64146b76b1b703260b6e6605bdfa7 [file] [log] [blame]
Ben Murdoch07a852d2014-03-31 11:51:52 +01001// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "config.h"
6
7#include "core/css/resolver/StyleResolverParentScope.h"
8
9namespace WebCore {
10
11StyleResolverParentScope* StyleResolverParentScope::s_currentScope = 0;
12
13} // namespace WebCore