| Index: Source/platform/graphics/filters/DistantLightSource.cpp
|
| diff --git a/Source/platform/graphics/filters/DistantLightSource.cpp b/Source/platform/graphics/filters/DistantLightSource.cpp
|
| index b44c393ab9bb027889c685cc87c0eb9607c2d7fc..30058e42f97290ce61b127a54431a2cae37f104e 100644
|
| --- a/Source/platform/graphics/filters/DistantLightSource.cpp
|
| +++ b/Source/platform/graphics/filters/DistantLightSource.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "platform/text/TextStream.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void DistantLightSource::initPaintingData(PaintingData& paintingData) const
|
| {
|
| @@ -73,4 +73,4 @@ TextStream& DistantLightSource::externalRepresentation(TextStream& ts) const
|
| return ts;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|