| Index: Source/core/css/CSSUnsetValue.cpp
|
| diff --git a/Source/core/css/CSSUnsetValue.cpp b/Source/core/css/CSSUnsetValue.cpp
|
| deleted file mode 100644
|
| index e3e8903d4be940ecfa827358c319d40ba74dfb64..0000000000000000000000000000000000000000
|
| --- a/Source/core/css/CSSUnsetValue.cpp
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright 2014 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.
|
| -
|
| -#include "config.h"
|
| -#include "core/css/CSSUnsetValue.h"
|
| -
|
| -#include "wtf/text/WTFString.h"
|
| -
|
| -namespace blink {
|
| -
|
| -String CSSUnsetValue::customCSSText() const
|
| -{
|
| - return "unset";
|
| -}
|
| -
|
| -} // namespace blink
|
|
|