| Index: third_party/WebKit/Source/bindings/templates/ConditionalFeaturesForCore.h.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ConditionalFeaturesForCore.h b/third_party/WebKit/Source/bindings/templates/ConditionalFeaturesForCore.h.tmpl
|
| similarity index 79%
|
| copy from third_party/WebKit/Source/bindings/core/v8/ConditionalFeaturesForCore.h
|
| copy to third_party/WebKit/Source/bindings/templates/ConditionalFeaturesForCore.h.tmpl
|
| index 38232225a3499e99c18a37acf29c11a3d2277931..fadfee1ee6481c9dc9138c1600b543bc0e8487a3 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ConditionalFeaturesForCore.h
|
| +++ b/third_party/WebKit/Source/bindings/templates/ConditionalFeaturesForCore.h.tmpl
|
| @@ -1,6 +1,6 @@
|
| -// Copyright 2017 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| +{% filter format_blink_cpp_source_code %}
|
| +
|
| +{% include 'copyright_block.txt' %}
|
|
|
| #ifndef ConditionalFeaturesForCore_h
|
| #define ConditionalFeaturesForCore_h
|
| @@ -23,3 +23,5 @@ CORE_EXPORT void RegisterInstallConditionalFeaturesForCore();
|
| } // namespace blink
|
|
|
| #endif // ConditionalFeaturesForCore_h
|
| +
|
| +{% endfilter %}{# format_blink_cpp_source_code #}
|
|
|