1651f13cea278ec967336033dd032faef0e9fc2ecStephen Hines// Copyright 2014 The Chromium Authors. All rights reserved.
2651f13cea278ec967336033dd032faef0e9fc2ecStephen Hines// 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 blink {
10
11StyleResolverParentScope* StyleResolverParentScope::s_currentScope = 0;
12
13} // namespace blink
14