diff options
Diffstat (limited to 'WebCore/html/HTMLSourceElement.idl')
-rw-r--r-- | WebCore/html/HTMLSourceElement.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLSourceElement.idl b/WebCore/html/HTMLSourceElement.idl index 61dc4d0..dbd6d6a 100644 --- a/WebCore/html/HTMLSourceElement.idl +++ b/WebCore/html/HTMLSourceElement.idl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Apple Inc. All rights reserved. + * Copyright (C) 2007, 2010 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -25,7 +25,7 @@ module html { interface [Conditional=VIDEO] HTMLSourceElement : HTMLElement { - attribute [Reflect,URL] DOMString src; + attribute [Reflect, URL] DOMString src; attribute DOMString type; attribute DOMString media; }; |