| Index: third_party/WebKit/Source/platform/graphics/FrameData.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/FrameData.h b/third_party/WebKit/Source/platform/graphics/FrameData.h
|
| index ab8e8b22f2aea3a41dce824d8f4a8362aa82fc61..aadf820b604e7cec4c2ba61d0e77a6856ce0f3fa 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/FrameData.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/FrameData.h
|
| @@ -66,6 +66,6 @@ struct VectorTraits<blink::FrameData>
|
| static const bool kCanInitializeWithMemset =
|
| false; // Not all FrameData members initialize to 0.
|
| };
|
| -}
|
| +} // namespace WTF
|
|
|
| #endif // FrameData_h
|
|
|