| OLD | NEW |
| 1 {# http://www.chromium.org/blink/coding-style#TOC-License #} | 1 {# http://www.chromium.org/blink/coding-style#TOC-License #} |
| 2 /* | 2 /* |
| 3 * Copyright (C) 2013 Google Inc. All rights reserved. | 3 * Copyright (C) 2013 Google Inc. All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
| 7 * met: | 7 * met: |
| 8 * | 8 * |
| 9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 | 119 |
| 120 {% block class_attributes %}{% endblock %} | 120 {% block class_attributes %}{% endblock %} |
| 121 {% block class_accessors %}{% endblock %} | 121 {% block class_accessors %}{% endblock %} |
| 122 {% block class_methods %}{% endblock %} | 122 {% block class_methods %}{% endblock %} |
| 123 {% block configure_class_template %}{% endblock %} | 123 {% block configure_class_template %}{% endblock %} |
| 124 {% block get_template %}{% endblock %} | 124 {% block get_template %}{% endblock %} |
| 125 {% block has_instance_and_has_instance_in_any_world %}{% endblock %} | 125 {% block has_instance_and_has_instance_in_any_world %}{% endblock %} |
| 126 {% block install_per_context_attributes %}{% endblock %} | 126 {% block install_per_context_attributes %}{% endblock %} |
| 127 {% block install_per_context_methods %}{% endblock %} | 127 {% block install_per_context_methods %}{% endblock %} |
| 128 {% block to_active_dom_object %}{% endblock %} | 128 {% block to_active_dom_object %}{% endblock %} |
| 129 {% block create_wrapper_and_deref_object %}{% endblock %} | 129 {% block create_wrapper %}{% endblock %} |
| 130 {% block deref_object %}{% endblock %} |
| 130 } // namespace WebCore | 131 } // namespace WebCore |
| 131 {% endfilter %} | 132 {% endfilter %} |
| OLD | NEW |