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
Reviewed by Darin.
[WebKit-https.git]
/
WebCore
/
khtml
/
html
/
html_headimpl.cpp
diff --git
a/WebCore/khtml/html/html_headimpl.cpp
b/WebCore/khtml/html/html_headimpl.cpp
index 5c431daec9fa1e8f61cc0de2b240c844aa78fc4d..d4953e6ad162a78a8ded5ea2707793073d9aa3cb 100644
(file)
--- a/
WebCore/khtml/html/html_headimpl.cpp
+++ b/
WebCore/khtml/html/html_headimpl.cpp
@@
-599,7
+599,7
@@
void HTMLTitleElementImpl::childrenChanged()
// Only allow title to be set by first <title> encountered.
if (inDocument() && getDocument()->title().isEmpty())
#else
- if (inDocument())
)
+ if (inDocument())
#endif
getDocument()->setTitle(m_title);
}