| Index: third_party/WebKit/Source/core/html/HTMLLIElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLIElement.cpp b/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
|
| index 4fa70f65988c8f45e788000e4feaded2128d7424..86ffd01fdbd5ecf8ecffd3693abff7ee33f371a3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
|
| @@ -131,4 +131,4 @@ inline void HTMLLIElement::parseValue(const AtomicString& value)
|
| toLayoutListItem(layoutObject())->clearExplicitValue();
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|