Chromium Code Reviews| Index: third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h |
| diff --git a/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h b/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h |
| index 87a63afa5799d1c6048928d6f366346bebba9123..8b196b1e7225bddbe33458b26535754918dcf221 100644 |
| --- a/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h |
| +++ b/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h |
| @@ -42,6 +42,8 @@ |
| namespace blink { |
| +// Maps from C++ objects to their corresponding JavaScript wrappers. See also |
| +// DOMDataStore. |
| template <class KeyType> |
| class DOMWrapperMap { |
| USING_FAST_MALLOC(DOMWrapperMap); |