Chromium Code Reviews| Index: lib/components/alert.html |
| diff --git a/lib/components/alert.html b/lib/components/alert.html |
| index d0e09c6fb7aaeefcb5449741e6858bd44c8e09fc..3bb891378e852abf620ff182d5a782995473bf64 100644 |
| --- a/lib/components/alert.html |
| +++ b/lib/components/alert.html |
| @@ -1,7 +1,7 @@ |
| <!DOCTYPE html> |
| <html> |
| <body> |
| - <element name="x-alert" extends="div"> |
| + <element name="x-alert" extends="div" constructor="Alert"> |
| <template> |
| <div class='alert'> |
| <content></content> |