git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Build fix after r122115 and some cleanups.
[WebKit-https.git]
/
Source
/
WebCore
/
html
/
HTMLElement.h
diff --git
a/Source/WebCore/html/HTMLElement.h
b/Source/WebCore/html/HTMLElement.h
index
a9ed03f
..
a5fce0c
100644
(file)
--- a/
Source/WebCore/html/HTMLElement.h
+++ b/
Source/WebCore/html/HTMLElement.h
@@
-97,7
+97,7
@@
public:
#if ENABLE(MICRODATA)
void setItemValue(const String&, ExceptionCode&);
PassRefPtr<MicroDataItemValue> itemValue() const;
-
HTMLPropertiesCollection*
properties();
+
PassRefPtr<HTMLPropertiesCollection>
properties();
#endif
#ifndef NDEBUG