[email protected] | 314cde1 | 2013-11-23 20:26:51 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "gin/function_template.h" | ||||
6 | |||||
[email protected] | 314cde1 | 2013-11-23 20:26:51 | [diff] [blame] | 7 | namespace gin { |
8 | |||||
[email protected] | cb6c2bb | 2013-12-17 21:47:04 | [diff] [blame^] | 9 | namespace internal { |
[email protected] | 314cde1 | 2013-11-23 20:26:51 | [diff] [blame] | 10 | |
[email protected] | cb6c2bb | 2013-12-17 21:47:04 | [diff] [blame^] | 11 | WrapperInfo CallbackHolderBase::kWrapperInfo = { kEmbedderNativeGin }; |
[email protected] | 81f8b91b | 2013-11-26 21:02:51 | [diff] [blame] | 12 | |
[email protected] | cb6c2bb | 2013-12-17 21:47:04 | [diff] [blame^] | 13 | } // namespace internal |
[email protected] | 314cde1 | 2013-11-23 20:26:51 | [diff] [blame] | 14 | |
15 | } // namespace gin |