 Chromium Code Reviews
 Chromium Code Reviews Issue 1060813005:
  Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 1060813005:
  Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| OLD | NEW | 
|---|---|
| 1 /* | 1 /* | 
| 2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All R ights Reserved. | 2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All R ights Reserved. | 
| 3 * Copyright (C) 2008 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/) | 3 * Copyright (C) 2008 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/) | 
| 4 * | 4 * | 
| 5 * This library is free software; you can redistribute it and/or | 5 * This library is free software; you can redistribute it and/or | 
| 6 * modify it under the terms of the GNU Library General Public | 6 * modify it under the terms of the GNU Library General Public | 
| 7 * License as published by the Free Software Foundation; either | 7 * License as published by the Free Software Foundation; either | 
| 8 * version 2 of the License, or (at your option) any later version. | 8 * version 2 of the License, or (at your option) any later version. | 
| 9 * This library is distributed in the hope that it will be useful, | 9 * This library is distributed in the hope that it will be useful, | 
| 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| (...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 596 , editorClient(nullptr) | 596 , editorClient(nullptr) | 
| 597 , dragClient(nullptr) | 597 , dragClient(nullptr) | 
| 598 , spellCheckerClient(nullptr) | 598 , spellCheckerClient(nullptr) | 
| 599 { | 599 { | 
| 600 } | 600 } | 
| 601 | 601 | 
| 602 Page::PageClients::~PageClients() | 602 Page::PageClients::~PageClients() | 
| 603 { | 603 { | 
| 604 } | 604 } | 
| 605 | 605 | 
| 606 template class HeapSupplement<Page>; | |
| 607 template class Supplement<Page>; | |
| 
haraken
2015/04/22 09:19:43
Can we use:
  template class WillBeHeapSupplement
 
tasak
2015/04/22 10:22:21
Sorry. I missed. We should use template class Will
 | |
| 608 | |
| 606 } // namespace blink | 609 } // namespace blink | 
| OLD | NEW |