* COMEnumVariant.h:
(::Next):
Update the number of elements fetched correctly.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28096
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
\r
COMVariantSetter<ContainerType::ValueType>::setVariant(&rgVar[i], *m_currentPos);\r
++m_currentPos;\r
+ if (pCeltFetched)\r
+ *pCeltFetched++;\r
}\r
\r
return S_OK;\r
+2007-11-27 Anders Carlsson <andersca@apple.com>
+
+ Speculative fix to get Drosera working.
+
+ * COMEnumVariant.h:
+ (::Next):
+ Update the number of elements fetched correctly.
+
2007-11-27 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.