Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / Source / web / WebPluginScriptForbiddenScope.cpp
blob7dbc0a7b76ac808fe1325e567c2699d06ed81d76
1 // Copyright 2015 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.
5 #include "config.h"
6 #include "public/web/WebPluginScriptForbiddenScope.h"
8 #include "platform/PluginScriptForbiddenScope.h"
10 namespace blink {
12 bool WebPluginScriptForbiddenScope::isForbidden()
14 return PluginScriptForbiddenScope::isForbidden();
17 } // namespace blink