| Index: Source/bindings/core/v8/RetainedObjectInfo.h
|
| diff --git a/Source/bindings/core/v8/RetainedObjectInfo.h b/Source/bindings/core/v8/RetainedObjectInfo.h
|
| index 6593bfde8ded029e6b784901b695d4ac532fb9c7..e4bcaeb56cf71f0114ec61c24bdaa0870a1dbb4c 100644
|
| --- a/Source/bindings/core/v8/RetainedObjectInfo.h
|
| +++ b/Source/bindings/core/v8/RetainedObjectInfo.h
|
| @@ -33,13 +33,13 @@
|
|
|
| #include <v8-profiler.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class RetainedObjectInfo : public v8::RetainedObjectInfo {
|
| public:
|
| virtual intptr_t GetEquivalenceClass() = 0;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // RetainedObjectInfo_h
|
|
|